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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में Envoy for Google Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}