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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Slido Slido
ID dhhclfjehmpacimcdknijodpjpmppkii
公式URL 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
Eメール [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": [
                ""
            ]
        }
    ],
    "version": "53.55.0"
}