Demofy
Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…
Wat is Demofy?
Demofy is een Chrome-extensie ontwikkeld door puru.pahuja, en de belangrijkste functie is "Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…".
Extensie Screenshots
Download het CRX-bestand van de extensie Demofy
Download Demofy-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | ajdecghjionmknpjnjjamdikchaifgop |
| Officiële URL | https://chromewebstore.google.com/detail/demofy/ajdecghjionmknpjnjjamdikchaifgop |
| Beschrijving | Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This… |
| Bestandsgrootte | 4.63 KB |
| Aantal Installaties | 906 |
| Huidige Versie | 2.0 |
| Laatst Bijgewerkt | 2023-02-10 |
| Publicatiedatum | 2023-02-02 |
| Ontwikkelaar | puru.pahuja |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |