Wallet Watchdog

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

Was ist Wallet Watchdog?

Wallet Watchdog ist eine Chrome-Erweiterung, die von https://www.steppschuh.net entwickelt wurde, und ihr Hauptmerkmal ist "Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available.".

Erweiterungsscreenshots

screenshot

Wallet Watchdog-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wallet Watchdog-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Wallet Watchdog Wallet Watchdog
ID hbhlfnneojdhjdbigoboahjhfknaplnp
Offizielle URL https://chromewebstore.google.com/detail/wallet-watchdog/hbhlfnneojdhjdbigoboahjhfknaplnp
Beschreibung Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available.
Dateigröße 293 KB
Installationsanzahl 75
Aktuelle Version 1.2.0.7
Letztes Update 2014-10-22
Veröffentlichungsdatum 2014-10-22
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.steppschuh.net
Zahlungsart free
Erweiterungswebsite http://steppschuh.net/blog/?cat=110
Unterstützte Sprachen 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"
    ]
}