擴充 Google 簡報檔案
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
Google Apps Script 可讓您透過程式建立及修改 Google 簡報
編碼器-解碼器架構
簡報服務。
您可以使用 Apps Script 新增自訂選單,
新增至 Google 簡報的對話方塊和側欄。個人中心
也能將簡報與其他
Google 服務,例如日曆、雲端硬碟和
Gmail。
開始使用
Apps Script 包含
內建服務
可讓您透過程式建立、讀取及編輯 Google 簡報檔案
Apps Script 與 Google 簡報互動的方式有兩種:
- 任何指令碼都可以建立新簡報或存取現有簡報
「是否具有適當權限」
則適合用來存取簡報
- 指令碼可以「繫結」至簡報
可讓指令碼更直接存取簡報使用者介面
建立指令碼如要建立繫結指令碼,請選取「擴充功能」
> Apps Script
直接在 Google 簡報中存取檔案
自訂選單和使用者介面
您可以透過新增自訂選單、對話方塊和
側欄如要瞭解建立選單的基本概念,請參閱
選單指南。如要瞭解如何自訂
對話方塊的內容,請參閱
HTML 服務指南。
如果您計劃將自訂介面
外掛程式,然後按照
符合樣式指南,確保與
以及 Google 簡報編輯器的畫面樣式和版面配置
Google 簡報外掛程式
外掛程式是經過特別封裝的 Apps Script
在 Google 簡報中執行且可安裝
開啟「Google 簡報」外掛程式商店如果您設計了 Google 簡報的指令碼,想與全世界分享,則可使用 Apps Script
將指令碼發布為
外掛程式,其他使用者就能從外掛程式商店安裝。
詳情請參閱
翻譯外掛程式範例
或
進度列外掛程式範例
查看簡報外掛程式範例
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-02 (世界標準時間)。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"缺少我需要的資訊"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"過於複雜/步驟過多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"過時"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻譯問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/程式碼問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"容易理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"確實解決了我的問題"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{"lastModified": "\u4e0a\u6b21\u66f4\u65b0\u6642\u9593\uff1a2024-09-02 (\u4e16\u754c\u6a19\u6e96\u6642\u9593)\u3002"}
[[["容易理解","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"]],["上次更新時間:2024-09-02 (世界標準時間)。"]]