Pushetta for Chrome

Handle push notifications for Pushetta API.

Vad är Pushetta for Chrome?

Pushetta for Chrome är en Chrome-tillägg utvecklad av Fabrizio Guglielmino (Gumino.com), och dess huvudfunktion är "Handle push notifications for Pushetta API.".

Tilläggsskärmbilder

screenshot

Ladda ner Pushetta for Chrome-förlängningens CRX-fil

Ladda ner Pushetta for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Pushetta for Chrome Pushetta for Chrome
ID fgbfgdhpimncgdkkkmlcjbgpmlgcldoh
Officiell webbadress https://chromewebstore.google.com/detail/pushetta-for-chrome/fgbfgdhpimncgdkkkmlcjbgpmlgcldoh
Beskrivning Handle push notifications for Pushetta API.
Filstorlek 17.8 KB
Antal Installationer 188
Aktuell Version 1.1
Senast Uppdaterad 2015-02-24
Publiceringsdatum 2015-02-24
Betyg 2.63/5 Totalt 8 Betyg
Utvecklare Fabrizio Guglielmino (Gumino.com)
Betalningssätt free
Tilläggswebbplats http://www.pushetta.com/
Stödda Språk 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"
    ]
}