AI-generated Key Takeaways
-
SlidesAddOnManifest
customizes the appearance and execution of Google Slides add-ons, including homepage configuration and triggers for file scope authorization. -
SlidesAddOnManifest
utilizes extension points likeHomepageExtensionPoint
,SlidesExtensionPoint
, andLinkPreviewExtensionPoint
to define add-on behavior. -
SlidesExtensionPoint
provides a structure for declaring triggers with arunFunction
field specifying the endpoint to execute when triggered. -
The documentation outlines properties for customizing Slides add-ons and how to declare triggers using
SlidesExtensionPoint
, and it includes resources for previewing links with smart chips.
Index
SlidesAddOnManifest
(message)SlidesExtensionPoint
(message)
SlidesAddOnManifest
Properties customizing the appearance and execution of a Google Slides 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 Slides document. For details, see Preview links with smart chips. |
SlidesExtensionPoint
Common format for declaring a Slides add-on's triggers.
Fields | |
---|---|
runFunction |
Required. The endpoint to execute when this extension point is activated. |