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.

Wat is Envoy for Google Calendar?

Envoy for Google Calendar is een Chrome-extensie ontwikkeld door cws_publishers, en de belangrijkste functie is "Schedule on-site days, book or cancel a desk reservation, or invite & pre-register guests. Changes made will sync in GCal & Envoy.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Envoy for Google Calendar

Download Envoy for Google Calendar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Envoy for Google Calendar Envoy for Google Calendar
ID hjmklieealjbamkekdhjkkmeehmldpbp
Officiële URL https://chromewebstore.google.com/detail/envoy-for-google-calendar/hjmklieealjbamkekdhjkkmeehmldpbp
Beschrijving Schedule on-site days, book or cancel a desk reservation, or invite & pre-register guests. Changes made will sync in GCal & Envoy.
Bestandsgrootte 1.68 MB
Aantal Installaties 12,078
Huidige Versie 0.4.9
Laatst Bijgewerkt 2024-01-22
Publicatiedatum 2019-11-27
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar cws_publishers
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://envoy.com/
Help Pagina-URL https://help.envoy.com/
URL van de Privacybeleid Pagina https://envoy.com/privacypolicy
Ondersteunde Talen 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\/*"
    ]
}