when2meet-highlighter

Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app

O que é when2meet-highlighter?

when2meet-highlighter é uma extensão do Chrome desenvolvida por j.r.jurman, e sua principal característica é "Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão when2meet-highlighter

Baixe arquivos de extensão when2meet-highlighter 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

                        Allow people to see the individual availability of users on when2meet                    

Informações Básicas da Extensão

Nome when2meet-highlighter when2meet-highlighter
ID nomialgedgafmlldcoklkhjnaibfeghh
URL Oficial https://chromewebstore.google.com/detail/when2meet-highlighter/nomialgedgafmlldcoklkhjnaibfeghh
Descrição Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app
Tamanho do Arquivo 4.69 KB
Contagem de Instalações 150
Versão Atual 1.0.1
Última Atualização 2023-03-15
Data de Publicação 2017-11-27
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor j.r.jurman
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "when2meet-highlighter",
    "description": "Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.when2meet.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "menu.js"
    ]
}