Unread count for Outlook
A Chrome plugin to display Outlook unread messages count on the tab.
ما هو Unread count for Outlook؟
Unread count for Outlook هو إضافة Chrome تم تطويرها بواسطة Francois-Xavier Bonnet، والميزة الرئيسية لها هي "A Chrome plugin to display Outlook unread messages count on the tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Unread count for Outlook
قم بتنزيل ملفات الامتداد Unread count for Outlook بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Just displays the Outlook unread count directly on the tab. No setting required. Supports multiple Outlook accounts opened in multiple tabs. Once the plugin installed, just refresh the tab in order to see the unread count.
معلومات أساسية عن التمديد
الاسم | Unread count for Outlook |
ID | jdkiibneihnhojkhlffdlpffimedpanm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/unread-count-for-outlook/jdkiibneihnhojkhlffdlpffimedpanm |
الوصف | A Chrome plugin to display Outlook unread messages count on the tab. |
حجم الملف | 17.43 KB |
عدد التثبيتات | 735 |
النسخة الحالية | 2.1 |
آخر تحديث | 2021-10-08 |
تاريخ النشر | 2019-07-24 |
تقييم | 3.00/5 مجموع تقييمات 9 |
المطور | Francois-Xavier Bonnet |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/fxbonnet/unread-count-for-outlook |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unread count for Outlook", "manifest_version": 2, "version": "2.1", "description": "A Chrome plugin to display Outlook unread messages count on the tab.", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/owa\/*", "https:\/\/*.outlook.com\/*", "https:\/\/outlook.live.com\/*", "https:\/\/*.office.com\/*", "https:\/\/*\/mail\/inbox*" ], "js": [ "favico-0.3.10.min.js", "unread-count-for-outlook.js" ] } ], "permissions": [ "https:\/\/*\/owa\/*", "https:\/\/*.outlook.com\/*", "https:\/\/outlook.live.com\/*", "https:\/\/*.office.com\/*", "https:\/\/*\/mail\/inbox*" ] } |