Push Notifications
Show push notification for HelpTap new chats / jobs for Experts
Push Notifications क्या है?
Push Notifications Rahul Golwalkar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show push notification for HelpTap new chats / jobs for Experts"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Push Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |