Demofy
Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…
Co to jest Demofy?
Demofy to rozszerzenie Chrome opracowane przez puru.pahuja, a jego główną funkcją jest „Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Demofy
Pobierz pliki rozszerzeń Demofy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Demofy |
ID | ajdecghjionmknpjnjjamdikchaifgop |
Oficjalny URL | https://chromewebstore.google.com/detail/demofy/ajdecghjionmknpjnjjamdikchaifgop |
Opis | Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This… |
Rozmiar pliku | 4.63 KB |
Liczba instalacji | 906 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2023-02-10 |
Data Publikacji | 2023-02-02 |
Deweloper | puru.pahuja |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |