Ready Mail New Tab

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

Ready Mail New Tab là gì?

Ready Mail New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://newtabtools.com, và tính năng chính của nó là "Easy access to your email anytime, right on your new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ready Mail New Tab

Tải xuống các tệp mở rộng Ready Mail New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ready Mail New Tab Ready Mail New Tab
ID nclmkajgiemgppgehaohldckhhfbppki
URL Chính Thức https://chromewebstore.google.com/detail/ready-mail-new-tab/nclmkajgiemgppgehaohldckhhfbppki
Mô tả Easy access to your email anytime, right on your new tab.
Kích Thước Tệp 385 KB
Số Lần Cài Đặt 2,493
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2022-12-04
Ngày Phát Hành 2018-07-27
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://newtabtools.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.newtabtools.com/
URL Trang Trợ Giúp http://www.newtabtools.com/contact-us
URL Trang Chính Sách Bảo Mật http://www.newtabtools.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}