Demofy

Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…

Cos'è Demofy?

Demofy è un'estensione di Chrome sviluppata da puru.pahuja, e la sua funzione principale è "Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Demofy

Scarica i file di estensione Demofy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Demofy Demofy
ID ajdecghjionmknpjnjjamdikchaifgop
URL Ufficiale https://chromewebstore.google.com/detail/demofy/ajdecghjionmknpjnjjamdikchaifgop
Descrizione Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…
Dimensione del File 4.63 KB
Conteggio Installazioni 906
Versione Corrente 2.0
Ultimo Aggiornamento 2023-02-10
Data di Pubblicazione 2023-02-02
Sviluppatore puru.pahuja
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}