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.
Apa itu Envoy for Google Calendar?
Envoy for Google Calendar adalah ekstensi Chrome yang dikembangkan oleh cws_publishers, dan fitur utamanya adalah "Schedule on-site days, book or cancel a desk reservation, or invite & pre-register guests. Changes made will sync in GCal & Envoy.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Envoy for Google Calendar
Unduh file ekstensi Envoy for Google Calendar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Envoy for Google Calendar |
ID | hjmklieealjbamkekdhjkkmeehmldpbp |
URL Resmi | https://chromewebstore.google.com/detail/envoy-for-google-calendar/hjmklieealjbamkekdhjkkmeehmldpbp |
Deskripsi | Schedule on-site days, book or cancel a desk reservation, or invite & pre-register guests. Changes made will sync in GCal & Envoy. |
Ukuran File | 1.68 MB |
Jumlah Instalasi | 12,078 |
Versi Saat Ini | 0.4.9 |
Terakhir Diperbarui | 2024-01-22 |
Tanggal Publikasi | 2019-11-27 |
Penilaian | 4.20/5 Total 5 Penilaian |
Pengembang | cws_publishers |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://envoy.com/ |
URL Halaman Bantuan | https://help.envoy.com/ |
URL Halaman Kebijakan Privasi | https://envoy.com/privacypolicy |
Bahasa yang Didukung | 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": [ " |