Email Access
Get faster email access. One click email access right from your new tab home page.
Was ist Email Access?
Email Access ist eine Chrome-Erweiterung, die von https://emailaccess.zilliuns.com entwickelt wurde, und ihr Hauptmerkmal ist "Get faster email access. One click email access right from your new tab home page.".
Erweiterungsscreenshots
Email Access-Erweiterungs-CRX-Datei herunterladen
Laden Sie Email Access-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | jpipjmphjkcejgnkjpfebgfkmnjbonhp |
Offizielle URL | https://chromewebstore.google.com/detail/email-access/jpipjmphjkcejgnkjpfebgfkmnjbonhp |
Beschreibung | Get faster email access. One click email access right from your new tab home page. |
Dateigröße | 56.78 KB |
Installationsanzahl | 87 |
Aktuelle Version | 1.0.0.2 |
Letztes Update | 2019-11-20 |
Veröffentlichungsdatum | 2019-11-14 |
Entwickler | https://emailaccess.zilliuns.com |
Zahlungsart | free |
Erweiterungswebsite | http://emailaccess.zilliuns.com |
Unterstützte Sprachen | 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\/*" ] } } |