Ready Mail New Tab

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

What is Ready Mail New Tab?

Ready Mail New Tab is a Chrome extension developed by https://newtabtools.com, and its main feature is "Easy access to your email anytime, right on your new tab.".

Extension Screenshots

screenshot

Download Ready Mail New Tab Extension CRX File

Download Ready Mail New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Ready Mail New Tab Ready Mail New Tab
ID nclmkajgiemgppgehaohldckhhfbppki
Official URL https://chromewebstore.google.com/detail/ready-mail-new-tab/nclmkajgiemgppgehaohldckhhfbppki
Description Easy access to your email anytime, right on your new tab.
File Size 385 KB
Installation Count 2,493
Current Version 1.0.9
Last Updated 2022-12-04
Publish Date 2018-07-27
Rating 5.00/5 Total 5 Ratings
Developer https://newtabtools.com
Email [email protected]
Payment Type free
Extension Website http://www.newtabtools.com/
Help Page URL http://www.newtabtools.com/contact-us
Privacy Policy Page URL http://www.newtabtools.com/privacy-policy
Supported Languages 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"
    }
}