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ファイルをダウンロード

Ready Mail New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}