[[["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-02-27 UTC."],[[["The content focuses on customizing Google Sheets add-ons, particularly their appearance and execution using `SheetsAddOnManifest`."],["`SheetsAddOnManifest` properties include homepage configuration, file scope authorization triggers, and link preview extension points."],["`SheetsExtensionPoint` provides a common structure for defining Sheets add-on triggers with a required `runFunction` field specifying the execution endpoint."]]],["The `SheetsAddOnManifest` message customizes a Google Sheets add-on's behavior. It utilizes the `HomepageTrigger` to override the default homepage, the `onFileScopeGrantedTrigger` to specify an endpoint when file scope authorization is granted, and `linkPreviewTriggers` to set up link preview functionality. `SheetsExtensionPoint` defines the format for add-on triggers, with the required `runFunction` field specifying the endpoint to be executed when the extension is triggered.\n"]]