AI-generated Key Takeaways
- 
          Drive add-ons can be customized through the DriveAddOnManifest, affecting their look and execution.
- 
          DriveAddOnManifestallows customization of the add-on's homepage and behavior when items are selected in Drive views.
- 
          DriveExtensionPointprovides a structure for defining triggers that activate specific functions within the add-on.
- 
          When a Drive extension point is triggered, the specified runFunctionis executed.
Index
- DriveAddOnManifest(message)
- DriveExtensionPoint(message)
DriveAddOnManifest
Properties customizing the appearance and execution of a Drive add-on.
| Fields | |
|---|---|
| homepageTrigger | If present, this overrides the configuration from  | 
| onItemsSelectedTrigger | Corresponds to behavior that executes when items are selected in the relevant Drive view, such as the My Drive Doclist. | 
DriveExtensionPoint
Common format for declaring a Drive add-on's triggers.
| Fields | |
|---|---|
| runFunction | 
 Required. The endpoint to execute when the extension point is activated. |