CleverPush
Official browser extension for cleverpush.com
CleverPush क्या है?
CleverPush https://cleverpush.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Official browser extension for cleverpush.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CleverPush एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ URL | 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" ] } ] } |