Ready Mail New Tab

Easy access to your email anytime, right on your new tab.

Ready Mail New Tab란 무엇입니까?

Ready Mail New Tab은(는) https://newtabtools.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy access to your email anytime, right on your new tab."입니다.

확장 프로그램 스크린샷

screenshot

Ready Mail New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Access all your emails right on your new tab!

It can really be tedious having to manually type each website just to access your emails from different providers. ReadyMail solves that by providing your easy access to all your emails right on your new tab. Just open a new tab, click, and you're in your email.

Installing this extension will set your new tab page to ReadyMail so you can enjoy the following features:

- Easy access to top email providers
- Shortcuts to frequently visited websites
- Quick and powerful search engine

Click “Add to Chrome” to install ReadyMail.

Adding this extension to Chrome sets your new tab page to ReadyMail.                    

확장 프로그램 기본 정보

이름 Ready Mail New Tab Ready Mail New Tab
ID nclmkajgiemgppgehaohldckhhfbppki
공식 URL https://chromewebstore.google.com/detail/ready-mail-new-tab/nclmkajgiemgppgehaohldckhhfbppki
설명 Easy access to your email anytime, right on your new tab.
파일 크기 385 KB
설치 횟수 2,493
현재 버전 1.0.9
최근 업데이트 2022-12-04
출시 날짜 2018-07-27
평점 5.00/5 총 5 개의 평점
개발자 https://newtabtools.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.newtabtools.com/
도움말 페이지 URL http://www.newtabtools.com/contact-us
개인정보 보호 정책 페이지 URL http://www.newtabtools.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ready Mail New Tab",
    "version": "1.0.9",
    "manifest_version": 3,
    "description": "Easy access to your email anytime, right on your new tab.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/ready-mail-new-tab\/nclmkajgiemgppgehaohldckhhfbppki",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "js\/bg\/rm_background.js"
    },
    "action": {
        "default_icon": "icons\/icon48.png"
    },
    "permissions": [
        "alarms",
        "tabs",
        "storage",
        "topSites",
        "history"
    ],
    "host_permissions": [
        "*:\/\/*.newtabtools.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.newtabtools.com\/*",
                "https:\/\/*.newtabtools.com\/*"
            ],
            "js": [
                "js\/bg\/rm_ext.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "rm_new_tab.html"
    }
}