Mark All as Read
This Chrome Extension mark all the unread emails as read at once with the single click.
ما هو Mark All as Read؟
Mark All as Read هو إضافة Chrome تم تطويرها بواسطة Codimite، والميزة الرئيسية لها هي "This Chrome Extension mark all the unread emails as read at once with the single click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mark All as Read
قم بتنزيل ملفات الامتداد Mark All as Read بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This chrome extension built to meet the needs of Codimite clients. This Chrome Extension mark all the unread emails as read at once with the single click.
معلومات أساسية عن التمديد
الاسم | Mark All as Read |
ID | gcgmldnijmeokhapgphpmeeghhnkdlhe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mark-all-as-read/gcgmldnijmeokhapgphpmeeghhnkdlhe |
الوصف | This Chrome Extension mark all the unread emails as read at once with the single click. |
حجم الملف | 1.81 MB |
عدد التثبيتات | 66 |
النسخة الحالية | 1.1.3 |
آخر تحديث | 2021-05-08 |
تاريخ النشر | 2021-04-08 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Codimite |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.codimite.com/privacy-policy |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mark All as Read", "description": "This Chrome Extension mark all the unread emails as read at once with the single click.", "version": "1.1.3", "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "readAllmail.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": "img\/logo3.png" }, "icons": { "128": "img\/logo3.png" } } |