Pushetta for Chrome

Handle push notifications for Pushetta API.

Qu'est-ce que Pushetta for Chrome ?

Pushetta for Chrome est une extension Chrome développée par Fabrizio Guglielmino (Gumino.com), et sa fonction principale est "Handle push notifications for Pushetta API.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pushetta for Chrome

Téléchargez les fichiers d'extension Pushetta for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Pushetta for Chrome Pushetta for Chrome
ID fgbfgdhpimncgdkkkmlcjbgpmlgcldoh
URL Officiel https://chromewebstore.google.com/detail/pushetta-for-chrome/fgbfgdhpimncgdkkkmlcjbgpmlgcldoh
Description Handle push notifications for Pushetta API.
Taille du Fichier 17.8 KB
Nombre d'Installations 188
Version Actuelle 1.1
Dernière Mise à Jour 2015-02-24
Date de Publication 2015-02-24
Évaluation 2.63/5 Total 8 Évaluations
Développeur Fabrizio Guglielmino (Gumino.com)
Type de Paiement free
Site Web de l'Extension http://www.pushetta.com/
Langues Prises en Charge 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"
    ]
}