Ready Mail New Tab
Easy access to your email anytime, right on your new tab.
Wat is Ready Mail New Tab?
Ready Mail New Tab is een Chrome-extensie ontwikkeld door https://newtabtools.com, en de belangrijkste functie is "Easy access to your email anytime, right on your new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ready Mail New Tab
Download Ready Mail New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Ready Mail New Tab |
ID | nclmkajgiemgppgehaohldckhhfbppki |
Officiële URL | https://chromewebstore.google.com/detail/ready-mail-new-tab/nclmkajgiemgppgehaohldckhhfbppki |
Beschrijving | Easy access to your email anytime, right on your new tab. |
Bestandsgrootte | 385 KB |
Aantal Installaties | 2,493 |
Huidige Versie | 1.0.9 |
Laatst Bijgewerkt | 2022-12-04 |
Publicatiedatum | 2018-07-27 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://newtabtools.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.newtabtools.com/ |
Help Pagina-URL | http://www.newtabtools.com/contact-us |
URL van de Privacybeleid Pagina | http://www.newtabtools.com/privacy-policy |
Ondersteunde Talen | 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" } } |