Slido
Engage your audience with live polling and Q&A without ever leaving Google Slides
什麼是Slido?
Slido是由https://slido.com開發的Chrome擴展程式,該擴展的主要功能是“Engage your audience with live polling and Q&A without ever leaving Google Slides”。
擴展截圖
下載Slido擴展crx文件
下載Slido擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
**Please install our add-on first at slido.com/google-slides**
With Slido for Google slides add-on, you can:
📊 Create word clouds and other live polls directly in your presentation
🏆 Run a competitive quiz with leaderboard
🙋♀️ Collect the most burning questions with live Q&A
This extension ensures that your animations, transitions, videos and GIFs all work when presenting with our Slido for Google Slides add-on. 擴展基本資訊
| 名稱 | |
| ID | dhhclfjehmpacimcdknijodpjpmppkii |
| 官方網址 | https://chromewebstore.google.com/detail/slido/dhhclfjehmpacimcdknijodpjpmppkii |
| 簡介 | Engage your audience with live polling and Q&A without ever leaving Google Slides |
| 檔案大小 | 850 KB |
| 安裝次數 | 211,734 |
| 目前版本 | 53.55.0 |
| 更新時間 | 2024-01-09 |
| 上架時間 | 2020-07-01 |
| 評分 | 4.45/5 共 20 次評分 |
| 開發者 | https://slido.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.slido.com/features-google-slides |
| 說明頁面URL | https://www.slido.com/contact#support |
| 隱私政策頁面URL | https://www.slido.com/terms |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Slido",
"icons": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"action": {
"default_icon": "icons\/128x128.png",
"default_popup": "popup.html"
},
"description": "Engage your audience with live polling and Q&A without ever leaving Google Slides",
"background": {
"service_worker": "js\/background.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/docs.google.com\/presentation\/*"
],
"js": [
"js\/environment.js",
"js\/commons.js",
"js\/content-google-slides.js"
],
"match_about_blank": true
}
],
"permissions": [
"storage",
"scripting"
],
"host_permissions": [
"https:\/\/docs.google.com\/presentation\/*",
"https:\/\/*.sli.do\/*",
"https:\/\/*.slido.com\/*",
"https:\/\/script.google.com\/*"
],
"externally_connectable": {
"matches": [
"*:\/\/*.sli.do\/*",
"*:\/\/*.slido.com\/*",
"*:\/\/*.googleusercontent.com\/*"
]
},
"incognito": "split",
"web_accessible_resources": [
{
"resources": [
"oauth-callback.html"
],
"matches": [
" | |