Email Check

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

Cos'è Email Check?

Email Check è un'estensione di Chrome sviluppata da inboxmcc, e la sua funzione principale è "Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Email Check

Scarica i file di estensione Email Check in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Email Check Email Check
ID gkejceagfjohmdikljgfciehjhjphjfd
URL Ufficiale https://chromewebstore.google.com/detail/email-check/gkejceagfjohmdikljgfciehjhjphjfd
Descrizione Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser
Dimensione del File 27.51 KB
Conteggio Installazioni 36
Versione Corrente 2.0
Ultimo Aggiornamento 2019-08-09
Data di Pubblicazione 2019-08-08
Sviluppatore inboxmcc
Tipo di Pagamento free
Lingue Supportate 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"
    }
}