Inbox notifications
Shows notifications to messages stream.
ما هو Inbox notifications؟
Inbox notifications هو إضافة Chrome تم تطويرها بواسطة Dmitry Balakov، والميزة الرئيسية لها هي "Shows notifications to messages stream.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Inbox notifications
قم بتنزيل ملفات الامتداد Inbox notifications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
https://github.com/dbalakov/inbox.notifications
معلومات أساسية عن التمديد
الاسم | |
ID | accaanpfdgdlfliclbofmpadfepmkfoa |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/inbox-notifications/accaanpfdgdlfliclbofmpadfepmkfoa |
الوصف | Shows notifications to messages stream. |
حجم الملف | 37.89 KB |
عدد التثبيتات | 135 |
النسخة الحالية | 0.1 |
آخر تحديث | 2015-06-02 |
تاريخ النشر | 2015-06-02 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Dmitry Balakov |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inbox notifications", "version": "0.1", "description": "Shows notifications to messages stream.", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "notifications", "storage", "webRequest", "https:\/\/mail.google.com\/mail\/feed\/atom" ], "options_page": "options\/options.html", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "web_accessible_resources": [ "48.png" ] } |