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
公式URL 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
Eメール [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"
    ]
}