Ready Mail New Tab
Easy access to your email anytime, right on your new tab.
Qu'est-ce que Ready Mail New Tab ?
Ready Mail New Tab est une extension Chrome développée par https://newtabtools.com, et sa fonction principale est "Easy access to your email anytime, right on your new tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ready Mail New Tab
Téléchargez les fichiers d'extension Ready Mail New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Ready Mail New Tab |
ID | nclmkajgiemgppgehaohldckhhfbppki |
URL Officiel | https://chromewebstore.google.com/detail/ready-mail-new-tab/nclmkajgiemgppgehaohldckhhfbppki |
Description | Easy access to your email anytime, right on your new tab. |
Taille du Fichier | 385 KB |
Nombre d'Installations | 2,493 |
Version Actuelle | 1.0.9 |
Dernière Mise à Jour | 2022-12-04 |
Date de Publication | 2018-07-27 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://newtabtools.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.newtabtools.com/ |
URL de la Page d'Aide | http://www.newtabtools.com/contact-us |
URL de la Page de Politique de Confidentialité | http://www.newtabtools.com/privacy-policy |
Langues Prises en Charge | 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" } } |