Ready Mail New Tab

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

¿Qué es Ready Mail New Tab?

Ready Mail New Tab es una extensión de Chrome desarrollada por https://newtabtools.com, y su función principal es "Easy access to your email anytime, right on your new tab.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Ready Mail New Tab

Descarga archivos de extensión Ready Mail New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Ready Mail New Tab Ready Mail New Tab
ID nclmkajgiemgppgehaohldckhhfbppki
URL Oficial https://chromewebstore.google.com/detail/ready-mail-new-tab/nclmkajgiemgppgehaohldckhhfbppki
Descripción Easy access to your email anytime, right on your new tab.
Tamaño del Archivo 385 KB
Cantidad de Instalaciones 2,493
Versión Actual 1.0.9
Última Actualización 2022-12-04
Fecha de Publicación 2018-07-27
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador https://newtabtools.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.newtabtools.com/
URL de la Página de Ayuda http://www.newtabtools.com/contact-us
URL de la Página de Política de Privacidad http://www.newtabtools.com/privacy-policy
Idiomas Soportados 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"
    }
}