Teem

Chrome Extension for Teem.

Teemとは何ですか?

TeemはTeemによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension for Teem.」です。

拡張機能のスクリーンショット

screenshot

Teem拡張機能のCRXファイルをダウンロード

Teem拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With the Teem Google extension, any employee at an organization Powered by Teem can reap the benefits of booking with Teem without leaving their existing work calendar behind. Set up your meetings per usual: invite participants, select the best date and time based on your participants’ calendars. Then, using the extension, choose the room(s) that work best for your meeting based on location, capacity, and amenity filters.                    

拡張機能の基本情報

名前 Teem Teem
ID phjnilkjjfbilopeodkkclehigebkdhg
公式URL https://chromewebstore.google.com/detail/teem/phjnilkjjfbilopeodkkclehigebkdhg
説明 Chrome Extension for Teem.
ファイルサイズ 1.41 MB
インストール数 3,823
現在のバージョン 6.4.2.6002
最終更新日 2024-02-01
公開日 2020-05-27
評価 3.80/5 合計 5 レビュー
開発者 Teem
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.teem.com/
ヘルプページのURL https://www.teem.com/support
プライバシーポリシーページのURL https://www.teem.com/privacy
対応言語 en,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "6.4.2.6002",
    "name": "Teem",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-black-16.png",
        "32": "images\/icon-black-32.png",
        "48": "images\/icon-black-48.png",
        "64": "images\/icon-black-64.png",
        "80": "images\/icon-black-80.png",
        "128": "images\/icon-black-128.png"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "http:\/\/localhost:8000\/*",
            "https:\/\/app.teem.ninja\/*",
            "https:\/\/app.teem.com\/*",
            "https:\/\/accounts.google.com\/*",
            "https:\/\/legacy.teem.com\/*"
        ]
    },
    "action": {
        "default_popup": "info.html",
        "default_title": "__MSG_application_title__",
        "default_icon": {
            "16": "images\/icon-black-16.png",
            "32": "images\/icon-black-32.png",
            "48": "images\/icon-black-48.png",
            "64": "images\/icon-black-64.png",
            "80": "images\/icon-black-80.png",
            "128": "images\/icon-black-128.png"
        }
    },
    "background": {
        "service_worker": "js\/Background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "js": [
                "js\/Content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "identity",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/calendar.google.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.html",
                "js\/*.js",
                "images\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}