Envoy for Google Calendar

Schedule on-site days, book or cancel a desk reservation, or invite & pre-register guests. Changes made will sync in GCal & Envoy.

什麼是Envoy for Google Calendar?

Envoy for Google Calendar是由cws_publishers開發的Chrome擴展程式,該擴展的主要功能是“Schedule on-site days, book or cancel a desk reservation, or invite & pre-register guests. Changes made will sync in GCal & Envoy.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Envoy for Google Calendar擴展crx文件

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

擴展使用說明

                        Help your reception team prepare for your visitors by syncing Google Calendar events with Envoy. You will be able to select the location and visitor type for the given event.  Now, you can also schedule to come into the office and reserve desks all within Google Calendar.                    

擴展基本資訊

名稱 Envoy for Google Calendar Envoy for Google Calendar
ID hjmklieealjbamkekdhjkkmeehmldpbp
官方網址 https://chromewebstore.google.com/detail/envoy-for-google-calendar/hjmklieealjbamkekdhjkkmeehmldpbp
簡介 Schedule on-site days, book or cancel a desk reservation, or invite & pre-register guests. Changes made will sync in GCal & Envoy.
檔案大小 1.68 MB
安裝次數 12,078
目前版本 0.4.9
更新時間 2024-01-22
上架時間 2019-11-27
評分 4.20/5 共 5 次評分
開發者 cws_publishers
電子郵箱 [email protected]
付費類型 free
擴展官網 https://envoy.com/
說明頁面URL https://help.envoy.com/
隱私政策頁面URL https://envoy.com/privacypolicy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Envoy for Google Calendar",
    "version": "0.4.9",
    "description": "Schedule on-site days, book or cancel a desk reservation, or invite & pre-register guests. Changes made will sync in GCal & Envoy.",
    "background": {
        "service_worker": "background.js",
        "mode": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.calendar.google.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "static\/js\/main.6179bc46.js"
            ],
            "css": [
                "static\/css\/main.40c7c89c.css"
            ],
            "all_frames": true,
            "media": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/images\/envoy-icon-16.png",
        "48": "\/images\/envoy-icon-48.png",
        "128": "\/images\/envoy-icon-128.png"
    },
    "permissions": [
        "cookies",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/calendar.google.com",
        "https:\/\/calendar.google.com\/",
        "https:\/\/api.envoy.com\/*",
        "https:\/\/app.envoy.com\/*",
        "https:\/\/calendar-extension.apps.envoy.christmas\/*",
        "https:\/\/calendar-extension.apps.envoy.com\/*"
    ]
}