Demofy

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

O que é Demofy?

Demofy é uma extensão do Chrome desenvolvida por puru.pahuja, e sua principal característica é "Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Demofy

Baixe arquivos de extensão Demofy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Demofy Demofy
ID ajdecghjionmknpjnjjamdikchaifgop
URL Oficial https://chromewebstore.google.com/detail/demofy/ajdecghjionmknpjnjjamdikchaifgop
Descrição Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…
Tamanho do Arquivo 4.63 KB
Contagem de Instalações 906
Versão Atual 2.0
Última Atualização 2023-02-10
Data de Publicação 2023-02-02
Desenvolvedor puru.pahuja
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}