Slido

Engage your audience with live polling and Q&A without ever leaving Google Slides

Co to jest Slido?

Slido to rozszerzenie Chrome opracowane przez https://slido.com, a jego główną funkcją jest „Engage your audience with live polling and Q&A without ever leaving Google Slides”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Slido

Pobierz pliki rozszerzeń Slido w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        **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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Slido Slido
ID dhhclfjehmpacimcdknijodpjpmppkii
Oficjalny URL https://chromewebstore.google.com/detail/slido/dhhclfjehmpacimcdknijodpjpmppkii
Opis Engage your audience with live polling and Q&A without ever leaving Google Slides
Rozmiar pliku 850 KB
Liczba instalacji 211,734
Aktualna Wersja 53.55.0
Ostatnia Aktualizacja 2024-01-09
Data Publikacji 2020-07-01
Ocena 4.45/5 Łącznie 20 Oceny
Deweloper https://slido.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.slido.com/features-google-slides
Adres URL Strony Pomocy https://www.slido.com/contact#support
Adres URL Strony Polityki Prywatności https://www.slido.com/terms
Obsługiwane Języki 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"
}