Pushetta for Chrome

Handle push notifications for Pushetta API.

Wat is Pushetta for Chrome?

Pushetta for Chrome is een Chrome-extensie ontwikkeld door Fabrizio Guglielmino (Gumino.com), en de belangrijkste functie is "Handle push notifications for Pushetta API.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pushetta for Chrome

Download Pushetta for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Extension to receive push notifications on Chrome browser sent using Pushetta API.                    

Basisinformatie over de Extensie

Naam Pushetta for Chrome Pushetta for Chrome
ID fgbfgdhpimncgdkkkmlcjbgpmlgcldoh
Officiële URL https://chromewebstore.google.com/detail/pushetta-for-chrome/fgbfgdhpimncgdkkkmlcjbgpmlgcldoh
Beschrijving Handle push notifications for Pushetta API.
Bestandsgrootte 17.8 KB
Aantal Installaties 188
Huidige Versie 1.1
Laatst Bijgewerkt 2015-02-24
Publicatiedatum 2015-02-24
Beoordeling 2.63/5 Totaal 8 Beoordelingen
Ontwikkelaar Fabrizio Guglielmino (Gumino.com)
Betalingswijze free
Extensiewebsite http://www.pushetta.com/
Ondersteunde Talen 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"
    ]
}