Wooclap for Google Slides

This extension integrates Wooclap into Google Slides.

Wooclap for Google Slides क्या है?

Wooclap for Google Slides https://www.wooclap.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension integrates Wooclap into Google Slides."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Wooclap for Google Slides एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}