Email Access

Get faster email access. One click email access right from your new tab home page.

Qu'est-ce que Email Access ?

Email Access est une extension Chrome développée par https://emailaccess.zilliuns.com, et sa fonction principale est "Get faster email access. One click email access right from your new tab home page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Email Access

Téléchargez les fichiers d'extension Email Access au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Disclaimer:
Please read carefully: By clicking the “Add to Chrome” button, you agree to install the Email Access extension and set your new tab page to search.zilliuns.com/email, while also accepting and agreeing to abide by the End User License Agreement  (http://emailaccess.zilliuns.com/Terms) and Privacy Policy (http://emailaccess.zilliuns.com/Privacy). Uninstall instructions can be found at http://emailaccess.zilliuns.com/Uninstall                    

Informations de Base sur l'Extension

Nom Email Access Email Access
ID jpipjmphjkcejgnkjpfebgfkmnjbonhp
URL Officiel https://chromewebstore.google.com/detail/email-access/jpipjmphjkcejgnkjpfebgfkmnjbonhp
Description Get faster email access. One click email access right from your new tab home page.
Taille du Fichier 56.78 KB
Nombre d'Installations 87
Version Actuelle 1.0.0.2
Dernière Mise à Jour 2019-11-20
Date de Publication 2019-11-14
Développeur https://emailaccess.zilliuns.com
Type de Paiement free
Site Web de l'Extension http://emailaccess.zilliuns.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Access",
    "version": "1.0.0.2",
    "description": "Get faster email access. One click email access right from your new tab home page.",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "19favicon.png"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.zilliuns.com\/*"
        ]
    }
}