Email Check

Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser

O que é Email Check?

Email Check é uma extensão do Chrome desenvolvida por inboxmcc, e sua principal característica é "Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Email Check

Baixe arquivos de extensão Email Check 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

                        Extension gives users options to visit popular email providers without setting them as browser homepage or typing the url every single time                    

Informações Básicas da Extensão

Nome Email Check Email Check
ID gkejceagfjohmdikljgfciehjhjphjfd
URL Oficial https://chromewebstore.google.com/detail/email-check/gkejceagfjohmdikljgfciehjhjphjfd
Descrição Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser
Tamanho do Arquivo 27.51 KB
Contagem de Instalações 36
Versão Atual 2.0
Última Atualização 2019-08-09
Data de Publicação 2019-08-08
Desenvolvedor inboxmcc
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Check",
    "description": "Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser",
    "version": "2.0",
    "default_locale": "en",
    "manifest_version": 2,
    "incognito": "split",
    "background": [],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "html\/popup\/popup.html"
    },
    "permissions": [
        "webNavigation"
    ],
    "options_ui": {
        "page": "html\/popup\/description.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "*.json"
    ],
    "icons": {
        "128": "icon.png"
    }
}