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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cws_publishers และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Envoy for Google Calendar

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/*"
    ]
}