Pushetta for Chrome
Handle push notifications for Pushetta API.
Pushetta for Chrome क्या है?
Pushetta for Chrome Fabrizio Guglielmino (Gumino.com) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Handle push notifications for Pushetta API."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pushetta for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extension to receive push notifications on Chrome browser sent using Pushetta API.
एक्सटेंशन की मूल जानकारी
नाम | Pushetta for Chrome |
ID | fgbfgdhpimncgdkkkmlcjbgpmlgcldoh |
आधिकारिक URL | https://chromewebstore.google.com/detail/pushetta-for-chrome/fgbfgdhpimncgdkkkmlcjbgpmlgcldoh |
विवरण | Handle push notifications for Pushetta API. |
फ़ाइल का आकार | 17.8 KB |
स्थापना संख्या | 188 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2015-02-24 |
प्रकाशन तिथि | 2015-02-24 |
रेटिंग | 2.63/5 कुल 8 रेटिंग्स |
डेवलपर | Fabrizio Guglielmino (Gumino.com) |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.pushetta.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pushetta for Chrome", "version": "1.1", "description": "Handle push notifications for Pushetta API.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "storage", "gcm", "notifications", "https:\/\/www.pushetta.com\/", "http:\/\/www.pushetta.com\/", "http:\/\/localhost\/*" ], "externally_connectable": { "ids": [ "*" ], "matches": [ "*:\/\/*.pushetta.com\/*", "*:\/\/localhost:*\/*", "*:\/\/127.0.0.1:*\/*" ] }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "web_accessible_resources": [ "48.png" ] } |