Gmail Analyzer

This extention analyzes contents of Gmail

O que é Gmail Analyzer?

Gmail Analyzer é uma extensão do Chrome desenvolvida por devashish234073, e sua principal característica é "This extention analyzes contents of Gmail".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gmail Analyzer

Baixe arquivos de extensão Gmail Analyzer 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

                        On clicking the extension, this shows the list of emails and their count and also shows the title of each email. Thus helping find out the mails sending unrelated contents                    

Informações Básicas da Extensão

Nome Gmail Analyzer Gmail Analyzer
ID pkbebgmmphlfijclnkgilahigdadbacm
URL Oficial https://chromewebstore.google.com/detail/gmail-analyzer/pkbebgmmphlfijclnkgilahigdadbacm
Descrição This extention analyzes contents of Gmail
Tamanho do Arquivo 6.12 KB
Contagem de Instalações 86
Versão Atual 2.0.0
Última Atualização 2022-02-11
Data de Publicação 2022-02-11
Desenvolvedor devashish234073
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Analyzer",
    "version": "2.0.0",
    "description": "This extention analyzes contents of Gmail",
    "manifest_version": 3,
    "author": "Devashish Priyadarhsi",
    "action": {
        "default_popup": "index.html",
        "default_title": "Gmail Analyzer"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}