CleverPush
Official browser extension for cleverpush.com
ما هو CleverPush؟
CleverPush هو إضافة Chrome تم تطويرها بواسطة https://cleverpush.com، والميزة الرئيسية لها هي "Official browser extension for cleverpush.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CleverPush
قم بتنزيل ملفات الامتداد CleverPush بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Official browser extension for the push notification service cleverpush.com Features: - Send a notification and automatically use the currently open tab as the URL - Optionally also push to existing Firebase apps
معلومات أساسية عن التمديد
الاسم | CleverPush |
ID | lkmiahecbccapaijmjabmemcoiidibcl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cleverpush/lkmiahecbccapaijmjabmemcoiidibcl |
الوصف | Official browser extension for cleverpush.com |
حجم الملف | 29.55 KB |
عدد التثبيتات | 56 |
النسخة الحالية | 1.3 |
آخر تحديث | 2021-02-11 |
تاريخ النشر | 2020-02-25 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | https://cleverpush.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://cleverpush.com |
عنوان صفحة سياسة الخصوصية | https://cleverpush.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CleverPush", "version": "1.3", "manifest_version": 2, "description": "Official browser extension for cleverpush.com", "homepage_url": "https:\/\/cleverpush.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "CleverPush", "default_popup": "src\/browser_action\/popup.html" }, "permissions": [ "tabs", "cookies", "webRequest", "webRequestBlocking", "https:\/\/*.google.com\/", "https:\/\/console.firebase.google.com\/" ], "content_security_policy": "script-src 'self' blob: filesystem: 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/*.cleverpush.com\/*", "http:\/\/localhost:3000\/*" ], "js": [ "src\/content\/cleverpush.js" ] } ] } |