Pushetta for Chrome
Handle push notifications for Pushetta API.
What is Pushetta for Chrome?
Pushetta for Chrome is a Chrome extension developed by Fabrizio Guglielmino (Gumino.com), and its main feature is "Handle push notifications for Pushetta API.".
Extension Screenshots
Download Pushetta for Chrome Extension CRX File
Download Pushetta for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension to receive push notifications on Chrome browser sent using Pushetta API.
Extension Basic Information
Name | Pushetta for Chrome |
ID | fgbfgdhpimncgdkkkmlcjbgpmlgcldoh |
Official URL | https://chromewebstore.google.com/detail/pushetta-for-chrome/fgbfgdhpimncgdkkkmlcjbgpmlgcldoh |
Description | Handle push notifications for Pushetta API. |
File Size | 17.8 KB |
Installation Count | 188 |
Current Version | 1.1 |
Last Updated | 2015-02-24 |
Publish Date | 2015-02-24 |
Rating | 2.63/5 Total 8 Ratings |
Developer | Fabrizio Guglielmino (Gumino.com) |
Payment Type | free |
Extension Website | http://www.pushetta.com/ |
Supported Languages | 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" ] } |