Huddle.team Scheduler

Schedule Meetings with Huddle.team

什麼是Huddle.team Scheduler?

Huddle.team Scheduler是由FreeConferenceCall開發的Chrome擴展程式,該擴展的主要功能是“Schedule Meetings with Huddle.team”。

擴展截圖

screenshot
screenshot

下載Huddle.team Scheduler擴展crx文件

下載Huddle.team Scheduler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Huddle.team Scheduler Huddle.team Scheduler
ID mkkpiilehhnnpejckdbgojffiokmpgll
官方網址 https://chromewebstore.google.com/detail/huddleteam-scheduler/mkkpiilehhnnpejckdbgojffiokmpgll
簡介 Schedule Meetings with Huddle.team
檔案大小 88.42 KB
安裝次數 53
目前版本 0.0.6.0
更新時間 2021-04-01
上架時間 2021-03-31
開發者 FreeConferenceCall
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.huddle.team
說明頁面URL https://www.huddle.team/support
隱私政策頁面URL https://www.freeconferencecall.com/privacy-policy
支援的語言 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"
    ]
}