Pushetta for Chrome
Handle push notifications for Pushetta API.
Was ist Pushetta for Chrome?
Pushetta for Chrome ist eine Chrome-Erweiterung, die von Fabrizio Guglielmino (Gumino.com) entwickelt wurde, und ihr Hauptmerkmal ist "Handle push notifications for Pushetta API.".
Erweiterungsscreenshots
Pushetta for Chrome-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pushetta for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Extension to receive push notifications on Chrome browser sent using Pushetta API. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fgbfgdhpimncgdkkkmlcjbgpmlgcldoh |
| Offizielle URL | https://chromewebstore.google.com/detail/pushetta-for-chrome/fgbfgdhpimncgdkkkmlcjbgpmlgcldoh |
| Beschreibung | Handle push notifications for Pushetta API. |
| Dateigröße | 17.8 KB |
| Installationsanzahl | 188 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2015-02-24 |
| Veröffentlichungsdatum | 2015-02-24 |
| Bewertung | 2.63/5 Insgesamt 8 Bewertungen |
| Entwickler | Fabrizio Guglielmino (Gumino.com) |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.pushetta.com/ |
| Unterstützte Sprachen | 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"
]
} | |