Demofy

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

Co je Demofy?

Demofy je rozšíření Chrome vyvinuté puru.pahuja, a jeho hlavní funkcí je „Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Demofy

Stáhněte si soubory rozšíření Demofy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Demofy Demofy
ID ajdecghjionmknpjnjjamdikchaifgop
Oficiální URL https://chromewebstore.google.com/detail/demofy/ajdecghjionmknpjnjjamdikchaifgop
Popis Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…
Velikost souboru 4.63 KB
Počet instalací 906
Aktuální Verze 2.0
Poslední Aktualizace 2023-02-10
Datum Vydání 2023-02-02
Vývojář puru.pahuja
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}