[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-22 UTC."],[[["\u003cp\u003eDrive add-ons can be customized through the \u003ccode\u003eDriveAddOnManifest\u003c/code\u003e, affecting their look and execution.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDriveAddOnManifest\u003c/code\u003e allows customization of the add-on's homepage and behavior when items are selected in Drive views.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDriveExtensionPoint\u003c/code\u003e provides a structure for defining triggers that activate specific functions within the add-on.\u003c/p\u003e\n"],["\u003cp\u003eWhen a Drive extension point is triggered, the specified \u003ccode\u003erunFunction\u003c/code\u003e is executed.\u003c/p\u003e\n"]]],["The `DriveAddOnManifest` configures a Drive add-on's appearance and behavior. It allows specifying a `homepageTrigger` to override the common homepage and an `onItemsSelectedTrigger` for actions when items are selected in Drive. `DriveExtensionPoint` defines a trigger, including the required `runFunction`, which is an endpoint executed when the trigger is activated. The triggers define actions and behaviors.\n"],null,["Index\n\n- [DriveAddOnManifest](/workspace/add-ons/reference/rpc/google.apps.script.type/drive#google.apps.script.type.drive.DriveAddOnManifest) (message)\n- [DriveExtensionPoint](/workspace/add-ons/reference/rpc/google.apps.script.type/drive#google.apps.script.type.drive.DriveExtensionPoint) (message)\n\nDriveAddOnManifest Properties customizing the appearance and execution of a Drive add-on.\n\n| Fields ||\n|--------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `homepageTrigger` | [HomepageExtensionPoint](/workspace/add-ons/reference/rpc/google.apps.script.type#google.apps.script.type.HomepageExtensionPoint) If present, this overrides the configuration from `addOns.common.homepageTrigger`. |\n| `onItemsSelectedTrigger` | [DriveExtensionPoint](/workspace/add-ons/reference/rpc/google.apps.script.type/drive#google.apps.script.type.drive.DriveExtensionPoint) Corresponds to behavior that executes when items are selected in the relevant Drive view, such as the My Drive Doclist. |\n\nDriveExtensionPoint Common format for declaring a Drive add-on's triggers.\n\n| Fields ||\n|---------------|-----------------------------------------------------------------------------------|\n| `runFunction` | `string` Required. The endpoint to execute when the extension point is activated. |"]]