Huddle.team Scheduler

Schedule Meetings with Huddle.team

O que é Huddle.team Scheduler?

Huddle.team Scheduler é uma extensão do Chrome desenvolvida por FreeConferenceCall, e sua principal característica é "Schedule Meetings with Huddle.team".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Huddle.team Scheduler

Baixe arquivos de extensão Huddle.team Scheduler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Huddle.team Scheduler Huddle.team Scheduler
ID mkkpiilehhnnpejckdbgojffiokmpgll
URL Oficial https://chromewebstore.google.com/detail/huddleteam-scheduler/mkkpiilehhnnpejckdbgojffiokmpgll
Descrição Schedule Meetings with Huddle.team
Tamanho do Arquivo 88.42 KB
Contagem de Instalações 53
Versão Atual 0.0.6.0
Última Atualização 2021-04-01
Data de Publicação 2021-03-31
Desenvolvedor FreeConferenceCall
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.huddle.team
URL da Página de Ajuda https://www.huddle.team/support
URL da Página de Política de Privacidade https://www.freeconferencecall.com/privacy-policy
Idiomas Suportados 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"
    ]
}