Push Notifications
Show push notification for HelpTap new chats / jobs for Experts
ما هو Push Notifications؟
Push Notifications هو إضافة Chrome تم تطويرها بواسطة Rahul Golwalkar، والميزة الرئيسية لها هي "Show push notification for HelpTap new chats / jobs for Experts".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Push Notifications
قم بتنزيل ملفات الامتداد Push Notifications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Play audio in Google Chrome for background tabs
معلومات أساسية عن التمديد
الاسم | Push Notifications |
ID | hbapphlkmighdfjnfiooddomllmdbnee |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/push-notifications/hbapphlkmighdfjnfiooddomllmdbnee |
الوصف | Show push notification for HelpTap new chats / jobs for Experts |
حجم الملف | 114 KB |
عدد التثبيتات | 119 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2016-02-12 |
تاريخ النشر | 2016-02-12 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Rahul Golwalkar |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://helptap.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Push Notifications", "version": "0.1.1", "manifest_version": 2, "description": "Show push notification for HelpTap new chats \/ jobs for Experts", "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "homepage_url": "https:\/\/helptap.com\/", "permissions": [ "management", "notifications", "*:\/\/*.helptap.com\/*" ], "background": { "page": "background.html" }, "web_accessible_resources": [ "images\/icon.png" ], "externally_connectable": { "matches": [ "*:\/\/*.helptap.com\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.helptap.com\/*" ], "js": [ "scripts\/jquery.min.js", "scripts\/content-script.js" ] } ] } |