Huddle.team Scheduler

Schedule Meetings with Huddle.team

Vad är Huddle.team Scheduler?

Huddle.team Scheduler är en Chrome-tillägg utvecklad av FreeConferenceCall, och dess huvudfunktion är "Schedule Meetings with Huddle.team".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Huddle.team Scheduler-förlängningens CRX-fil

Ladda ner Huddle.team Scheduler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Huddle.team Scheduler Huddle.team Scheduler
ID mkkpiilehhnnpejckdbgojffiokmpgll
Officiell webbadress https://chromewebstore.google.com/detail/huddleteam-scheduler/mkkpiilehhnnpejckdbgojffiokmpgll
Beskrivning Schedule Meetings with Huddle.team
Filstorlek 88.42 KB
Antal Installationer 53
Aktuell Version 0.0.6.0
Senast Uppdaterad 2021-04-01
Publiceringsdatum 2021-03-31
Utvecklare FreeConferenceCall
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.huddle.team
Hjälpsida URL https://www.huddle.team/support
URL till Sekretesspolicy Sidan https://www.freeconferencecall.com/privacy-policy
Stödda Språk 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"
    ]
}