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
官方網址 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
電子郵箱 [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": [
                ""
            ]
        }
    ]
}