Pushetta for Chrome

Handle push notifications for Pushetta API.

Cos'è Pushetta for Chrome?

Pushetta for Chrome è un'estensione di Chrome sviluppata da Fabrizio Guglielmino (Gumino.com), e la sua funzione principale è "Handle push notifications for Pushetta API.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pushetta for Chrome

Scarica i file di estensione Pushetta for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Pushetta for Chrome Pushetta for Chrome
ID fgbfgdhpimncgdkkkmlcjbgpmlgcldoh
URL Ufficiale https://chromewebstore.google.com/detail/pushetta-for-chrome/fgbfgdhpimncgdkkkmlcjbgpmlgcldoh
Descrizione Handle push notifications for Pushetta API.
Dimensione del File 17.8 KB
Conteggio Installazioni 188
Versione Corrente 1.1
Ultimo Aggiornamento 2015-02-24
Data di Pubblicazione 2015-02-24
Valutazione 2.63/5 Totale 8 Valutazioni
Sviluppatore Fabrizio Guglielmino (Gumino.com)
Tipo di Pagamento free
Sito Web dell'Estensione http://www.pushetta.com/
Lingue Supportate 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"
    ]
}