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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        **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
이메일 [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"
}