Email Access
Get faster email access. One click email access right from your new tab home page.
Email Access란 무엇입니까?
Email Access은(는) https://emailaccess.zilliuns.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get faster email access. One click email access right from your new tab home page."입니다.
확장 프로그램 스크린샷
Email Access 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } } |