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.
Vad är Envoy for Google Calendar?
Envoy for Google Calendar är en Chrome-tillägg utvecklad av cws_publishers, och dess huvudfunktion är "Schedule on-site days, book or cancel a desk reservation, or invite & pre-register guests. Changes made will sync in GCal & Envoy.".
Tilläggsskärmbilder
Ladda ner Envoy for Google Calendar-förlängningens CRX-fil
Ladda ner Envoy for Google Calendar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Envoy for Google Calendar |
ID | hjmklieealjbamkekdhjkkmeehmldpbp |
Officiell webbadress | https://chromewebstore.google.com/detail/envoy-for-google-calendar/hjmklieealjbamkekdhjkkmeehmldpbp |
Beskrivning | Schedule on-site days, book or cancel a desk reservation, or invite & pre-register guests. Changes made will sync in GCal & Envoy. |
Filstorlek | 1.68 MB |
Antal Installationer | 12,078 |
Aktuell Version | 0.4.9 |
Senast Uppdaterad | 2024-01-22 |
Publiceringsdatum | 2019-11-27 |
Betyg | 4.20/5 Totalt 5 Betyg |
Utvecklare | cws_publishers |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://envoy.com/ |
Hjälpsida URL | https://help.envoy.com/ |
URL till Sekretesspolicy Sidan | https://envoy.com/privacypolicy |
Stödda Språk | 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": [ " |