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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy access to your email anytime, right on your new tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ready Mail New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |