AI-generated Key Takeaways
-
The content focuses on customizing Google Sheets add-ons, particularly their appearance and execution using
SheetsAddOnManifest
. -
SheetsAddOnManifest
properties include homepage configuration, file scope authorization triggers, and link preview extension points. -
SheetsExtensionPoint
provides a common structure for defining Sheets add-on triggers with a requiredrunFunction
field specifying the execution endpoint.
Index
SheetsAddOnManifest
(message)SheetsExtensionPoint
(message)
SheetsAddOnManifest
Properties customizing the appearance and execution of a Google Sheets add-on.
Fields | |
---|---|
homepageTrigger |
If present, this overrides the configuration from |
onFileScopeGrantedTrigger |
Endpoint to execute when file scope authorization is granted for this document/user pair. |
linkPreviewTriggers[] |
A list of extension points for previewing links in a Google Sheets document. For details, see Preview links with smart chips. |
SheetsExtensionPoint
Common format for declaring a Sheets add-on's triggers.
Fields | |
---|---|
runFunction |
Required. The endpoint to execute when this extension point is activated. |