Wallet Watchdog

Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available.

Cos'è Wallet Watchdog?

Wallet Watchdog è un'estensione di Chrome sviluppata da https://www.steppschuh.net, e la sua funzione principale è "Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wallet Watchdog

Scarica i file di estensione Wallet Watchdog 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

                        Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available.

You can enable HTML Notifications that will pop up for each new order, telling you the price and the item name.

A classical "cha-ching" sound for incoming orders is also on board.

Update interval can be set to 1, 5, 15, 30 or 60 minutes.

No account data is needed, simply log in to the Wallet website with your Google account.


This product is not affiliated with, nor authorized, endorsed or licensed in any way by Google.                    

Informazioni di Base sull'Estensione

Nome Wallet Watchdog Wallet Watchdog
ID hbhlfnneojdhjdbigoboahjhfknaplnp
URL Ufficiale https://chromewebstore.google.com/detail/wallet-watchdog/hbhlfnneojdhjdbigoboahjhfknaplnp
Descrizione Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available.
Dimensione del File 293 KB
Conteggio Installazioni 75
Versione Corrente 1.2.0.7
Ultimo Aggiornamento 2014-10-22
Data di Pubblicazione 2014-10-22
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore https://www.steppschuh.net
Tipo di Pagamento free
Sito Web dell'Estensione http://steppschuh.net/blog/?cat=110
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wallet Watchdog",
    "description": "Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available.",
    "version": "1.2.0.7",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "http:\/\/steppschuh.net\/*",
        "https:\/\/wallet.google.com\/*",
        "notifications",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "http:\/\/steppschuh.net\/",
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_title": "Wallet Extension",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "coins_wallet.png"
    ]
}