Wooclap for Google Slides

This extension integrates Wooclap into Google Slides.

Wooclap for Google Slides란 무엇입니까?

Wooclap for Google Slides은(는) https://www.wooclap.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension integrates Wooclap into Google Slides."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Wooclap for Google Slides 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Wooclap is a collaborative web-based platform that makes your training sessions, conferences and classes more fun, interactive and effective. Used in more than 150 countries around the world, the solution is used by big companies, universities, colleges and ministries.

Through questionnaires and other animations, the solution allows teachers, trainers and speakers to follow up closely the degree of understanding of the participants in real time. The solution is simple and intuitive for both the teacher and the participants.                    

확장 프로그램 기본 정보

이름 Wooclap for Google Slides Wooclap for Google Slides
ID kllodkcffkaonlilejggleoiiceemdlk
공식 URL https://chromewebstore.google.com/detail/wooclap-for-google-slides/kllodkcffkaonlilejggleoiiceemdlk
설명 This extension integrates Wooclap into Google Slides.
파일 크기 19.02 KB
설치 횟수 6,000
현재 버전 2.0.3
최근 업데이트 2023-12-05
출시 날짜 2020-04-02
평점 1.60/5 총 5 개의 평점
개발자 https://www.wooclap.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.wooclap.com/
도움말 페이지 URL https://docs.wooclap.com/en/
개인정보 보호 정책 페이지 URL https://www.wooclap.com/en/privacy-policy
지원되는 언어 en,fr
manifest.json
{
    "action": {
        "default_title": "Wooclap"
    },
    "author": "Wooclap ",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "content_scripts": [
        {
            "js": [
                ".\/content.js"
            ],
            "matches": [
                "*:\/\/app.wooclap.com\/*",
                "*:\/\/docs.google.com\/*\/*\/presentation\/*\/edit*",
                "*:\/\/docs.google.com\/*\/presentation\/*\/edit*",
                "*:\/\/docs.google.com\/presentation\/*\/edit*",
                "*:\/\/staging.wooclap.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/presentation.js"
            ],
            "matches": [
                "*:\/\/docs.google.com\/presentation\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'"
    },
    "default_locale": "en",
    "description": "This extension integrates Wooclap into Google Slides.",
    "homepage_url": "https:\/\/www.wooclap.com",
    "host_permissions": [
        "*:\/\/app.wooclap.com\/*",
        "https:\/\/docs.google.com\/presentation\/*"
    ],
    "icons": {
        "128": "icons\/128x128.png",
        "96": "icons\/96x96.png",
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png"
    },
    "incognito": "spanning",
    "manifest_version": 3,
    "name": "Wooclap for Google Slides",
    "offline_enabled": false,
    "short_name": "Wooclap",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.3"
}