Reverse Inbox
This extension helps you get through your oldest emails first while new ones are still coming in visible.
ما هو Reverse Inbox؟
Reverse Inbox هو إضافة Chrome تم تطويرها بواسطة https://reverseinbox.com، والميزة الرئيسية لها هي "This extension helps you get through your oldest emails first while new ones are still coming in visible.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reverse Inbox
قم بتنزيل ملفات الامتداد Reverse Inbox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Reverse your Gmail Priority Inbox and get through the emails you meant to. New emails are added to the bottom of your inbox so you are not distracted to answer those first.
معلومات أساسية عن التمديد
الاسم | Reverse Inbox |
ID | hpcchgjlaccmgmehofdkapefhkjadeha |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/reverse-inbox/hpcchgjlaccmgmehofdkapefhkjadeha |
الوصف | This extension helps you get through your oldest emails first while new ones are still coming in visible. |
حجم الملف | 904 KB |
عدد التثبيتات | 36 |
النسخة الحالية | 1.3 |
آخر تحديث | 2020-07-14 |
تاريخ النشر | 2020-07-14 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://reverseinbox.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.reverseinbox.com |
عنوان صفحة المساعدة | http://www.reverseinbox.com/ |
عنوان صفحة سياسة الخصوصية | http://reverseinbox.com/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reverse Inbox", "version": "1.3", "description": "This extension helps you get through your oldest emails first while new ones are still coming in visible.", "browser_action": { "default_popup": "src\/browser_action\/browser_action.html", "default_icon": "icons\/32.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/script.js" ], "css": [ "css\/style.css" ], "matches": [ "*:\/\/mail.google.com\/*" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/mail.google.com\/*" ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "manifest_version": 2 } |