Email Access

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

Co to jest Email Access?

Email Access to rozszerzenie Chrome opracowane przez https://emailaccess.zilliuns.com, a jego główną funkcją jest „Get faster email access. One click email access right from your new tab home page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Email Access

Pobierz pliki rozszerzeń Email Access w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Email Access Email Access
ID jpipjmphjkcejgnkjpfebgfkmnjbonhp
Oficjalny URL https://chromewebstore.google.com/detail/email-access/jpipjmphjkcejgnkjpfebgfkmnjbonhp
Opis Get faster email access. One click email access right from your new tab home page.
Rozmiar pliku 56.78 KB
Liczba instalacji 87
Aktualna Wersja 1.0.0.2
Ostatnia Aktualizacja 2019-11-20
Data Publikacji 2019-11-14
Deweloper https://emailaccess.zilliuns.com
Typ Płatności free
Strona Rozszerzenia http://emailaccess.zilliuns.com
Obsługiwane Języki 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\/*"
        ]
    }
}