Demofy
Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…
Apa itu Demofy?
Demofy adalah ekstensi Chrome yang dikembangkan oleh puru.pahuja, dan fitur utamanya adalah "Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Demofy
Unduh file ekstensi Demofy 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
Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This is a very simple Chrome extension that would help our team to quickly and easily add a description to a Google Calendar meeting invite. It uses very basic HTML and JavaScript with no security dependencies
Informasi Dasar Ekstensi
Nama | Demofy |
ID | ajdecghjionmknpjnjjamdikchaifgop |
URL Resmi | https://chromewebstore.google.com/detail/demofy/ajdecghjionmknpjnjjamdikchaifgop |
Deskripsi | Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This… |
Ukuran File | 4.63 KB |
Jumlah Instalasi | 906 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2023-02-10 |
Tanggal Publikasi | 2023-02-02 |
Pengembang | puru.pahuja |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Demofy", "version": "2.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "js": [ "background.js" ] } ], "action": { "default_title": "Demofy" } } |