Email Access
Get faster email access. One click email access right from your new tab home page.
Что такое Email Access?
Email Access - это расширение Chrome, разработанное https://emailaccess.zilliuns.com, и его основная функция - "Get faster email access. One click email access right from your new tab home page.".
Снимки экрана расширения
Скачать файл CRX расширения Email Access
Скачайте файлы расширений Email Access в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | jpipjmphjkcejgnkjpfebgfkmnjbonhp |
| Официальный URL | https://chromewebstore.google.com/detail/email-access/jpipjmphjkcejgnkjpfebgfkmnjbonhp |
| Описание | Get faster email access. One click email access right from your new tab home page. |
| Размер файла | 56.78 KB |
| Количество установок | 87 |
| Текущая Версия | 1.0.0.2 |
| Последнее Обновление | 2019-11-20 |
| Дата публикации | 2019-11-14 |
| Разработчик | https://emailaccess.zilliuns.com |
| Тип оплаты | free |
| Официальный сайт расширения | http://emailaccess.zilliuns.com |
| Поддерживаемые языки | 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\/*"
]
}
} | |