Slido
Engage your audience with live polling and Q&A without ever leaving Google Slides
Slido là gì?
Slido là một tiện ích mở rộng Chrome được phát triển bởi https://slido.com, và tính năng chính của nó là "Engage your audience with live polling and Q&A without ever leaving Google Slides".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Slido
Tải xuống các tệp mở rộng Slido dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
**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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Slido |
ID | dhhclfjehmpacimcdknijodpjpmppkii |
URL Chính Thức | https://chromewebstore.google.com/detail/slido/dhhclfjehmpacimcdknijodpjpmppkii |
Mô tả | Engage your audience with live polling and Q&A without ever leaving Google Slides |
Kích Thước Tệp | 850 KB |
Số Lần Cài Đặt | 211,734 |
Phiên Bản Hiện Tại | 53.55.0 |
Cập Nhật Lần Cuối | 2024-01-09 |
Ngày Phát Hành | 2020-07-01 |
Đánh Giá | 4.45/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | https://slido.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.slido.com/features-google-slides |
URL Trang Trợ Giúp | https://www.slido.com/contact#support |
URL Trang Chính Sách Bảo Mật | https://www.slido.com/terms |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |