Wooclap for Google Slides

This extension integrates Wooclap into Google Slides.

Τι είναι το Wooclap for Google Slides;

Το Wooclap for Google Slides είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.wooclap.com, και η κύρια λειτουργία του είναι "This extension integrates Wooclap into Google Slides.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Wooclap for Google Slides

Λήψη αρχείων επέκτασης Wooclap for Google Slides σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
}