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.

Co je Envoy for Google Calendar?

Envoy for Google Calendar je rozšíření Chrome vyvinuté cws_publishers, a jeho hlavní funkcí je „Schedule on-site days, book or cancel a desk reservation, or invite & pre-register guests. Changes made will sync in GCal & Envoy.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Envoy for Google Calendar

Stáhněte si soubory rozšíření Envoy for Google Calendar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Envoy for Google Calendar Envoy for Google Calendar
ID hjmklieealjbamkekdhjkkmeehmldpbp
Oficiální URL https://chromewebstore.google.com/detail/envoy-for-google-calendar/hjmklieealjbamkekdhjkkmeehmldpbp
Popis Schedule on-site days, book or cancel a desk reservation, or invite & pre-register guests. Changes made will sync in GCal & Envoy.
Velikost souboru 1.68 MB
Počet instalací 12,078
Aktuální Verze 0.4.9
Poslední Aktualizace 2024-01-22
Datum Vydání 2019-11-27
Hodnocení 4.20/5 Celkem 5 Hodnocení
Vývojář cws_publishers
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://envoy.com/
URL Stránky Nápovědy https://help.envoy.com/
URL Stránky Zásad Ochrany Soukromí https://envoy.com/privacypolicy
Podporované Jazyky 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\/*"
    ]
}