Index
DocsAddOnManifest
(message)DocsExtensionPoint
(message)
DocsAddOnManifest
Properties customizing the appearance and execution of a Google Docs add-on.
Fields | |
---|---|
homepage |
If present, this overrides the configuration from |
on |
Endpoint to execute when file scope authorization is granted for this document/user pair. |
link |
A list of extension points for previewing links in a Google Docs document. For details, see Preview links with smart chips. |
create |
A list of extension points for creating third-party resources from within Google Workspace applications. For more information, see Create third-party resources from the @ menu. |
DocsExtensionPoint
Common format for declaring a Docs add-on's triggers.
Fields | |
---|---|
run |
Required. The endpoint to execute when this extension point is activated. |