Ready Mail New Tab
Easy access to your email anytime, right on your new tab.
Τι είναι το Ready Mail New Tab;
Το Ready Mail New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://newtabtools.com, και η κύρια λειτουργία του είναι "Easy access to your email anytime, right on your new tab.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Ready Mail New Tab
Λήψη αρχείων επέκτασης 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 |
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 |
Ηλεκτρονικό ταχυδρομείο | [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" } } |