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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | http://www.newtabtools.com/contact-us |
عنوان صفحة سياسة الخصوصية | 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" } } |