[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-02-27。"],[[["Drive add-ons can be customized through the `DriveAddOnManifest`, affecting their look and execution."],["`DriveAddOnManifest` allows customization of the add-on's homepage and behavior when items are selected in Drive views."],["`DriveExtensionPoint` provides a structure for defining triggers that activate specific functions within the add-on."],["When a Drive extension point is triggered, the specified `runFunction` is executed."]]],["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"]]