Badge Notifications for Outlook PWA
A tool to add a pending notification app badge (tested on Chrome OS)
ما هو Badge Notifications for Outlook PWA؟
Badge Notifications for Outlook PWA هو إضافة Chrome تم تطويرها بواسطة iamacarpet، والميزة الرئيسية لها هي "A tool to add a pending notification app badge (tested on Chrome OS)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Badge Notifications for Outlook PWA
قم بتنزيل ملفات الامتداد Badge Notifications for Outlook PWA بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Show badge notifications in the dock/shelf when using Outlook as an app (PWA). PWA badge notifications are supported on Windows, macOS and ChromeOS: https://chromestatus.com/feature/6068482055602176
معلومات أساسية عن التمديد
الاسم | Badge Notifications for Outlook PWA |
ID | elfppjipmocfejmaeaebplcimjagkcma |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/badge-notifications-for-o/elfppjipmocfejmaeaebplcimjagkcma |
الوصف | A tool to add a pending notification app badge (tested on Chrome OS) |
حجم الملف | 19.11 KB |
عدد التثبيتات | 218 |
النسخة الحالية | 1.6 |
آخر تحديث | 2023-12-18 |
تاريخ النشر | 2023-07-05 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | iamacarpet |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Badge Notifications for Outlook PWA", "version": "1.6", "description": "A tool to add a pending notification app badge (tested on Chrome OS)", "content_scripts": [ { "matches": [ "https:\/\/outlook.office.com\/*", "https:\/\/outlook.office365.com\/*" ], "js": [ "content-script.js" ] } ], "icons": { "256": "images\/outlookIcon.png" } } |