Huddle.team Scheduler

Schedule Meetings with Huddle.team

Cos'è Huddle.team Scheduler?

Huddle.team Scheduler è un'estensione di Chrome sviluppata da FreeConferenceCall, e la sua funzione principale è "Schedule Meetings with Huddle.team".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Huddle.team Scheduler

Scarica i file di estensione Huddle.team Scheduler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Easily schedule a Huddle.team  meeting from your Google Calendar™ by creating an event, then clicking Add and Save. You are able to join the meeting or host one from the Google Calendar™ event by clicking Join or Host.                    

Informazioni di Base sull'Estensione

Nome Huddle.team Scheduler Huddle.team Scheduler
ID mkkpiilehhnnpejckdbgojffiokmpgll
URL Ufficiale https://chromewebstore.google.com/detail/huddleteam-scheduler/mkkpiilehhnnpejckdbgojffiokmpgll
Descrizione Schedule Meetings with Huddle.team
Dimensione del File 88.42 KB
Conteggio Installazioni 53
Versione Corrente 0.0.6.0
Ultimo Aggiornamento 2021-04-01
Data di Pubblicazione 2021-03-31
Sviluppatore FreeConferenceCall
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.huddle.team
URL della Pagina di Aiuto https://www.huddle.team/support
URL della Pagina della Politica sulla Privacy https://www.freeconferencecall.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "0.0.6.0",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "minimum_chrome_version": "29",
    "permissions": [
        "storage",
        "identity",
        "*:\/\/*.huddle.team\/*"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "icons": {
        "16": "icons\/dock_icon_16x16_active.png",
        "48": "icons\/dock_icon_48x48_active.png",
        "128": "icons\/dock_icon_128x128_active.png"
    },
    "page_action": {
        "default_icon": {
            "16": "icons\/dock_icon_16x16.png",
            "48": "icons\/dock_icon_48x48.png",
            "128": "icons\/dock_icon_128x128.png"
        },
        "default_title": "__MSG_extDefaultTitle__"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/calendar.google.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        "images\/*.png"
    ]
}