Wallet Watchdog
Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available.
Co je Wallet Watchdog?
Wallet Watchdog je rozšíření Chrome vyvinuté https://www.steppschuh.net, a jeho hlavní funkcí je „Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Wallet Watchdog
Stáhněte si soubory rozšíření Wallet Watchdog ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Wallet Watchdog |
ID | hbhlfnneojdhjdbigoboahjhfknaplnp |
Oficiální URL | https://chromewebstore.google.com/detail/wallet-watchdog/hbhlfnneojdhjdbigoboahjhfknaplnp |
Popis | Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available. |
Velikost souboru | 293 KB |
Počet instalací | 75 |
Aktuální Verze | 1.2.0.7 |
Poslední Aktualizace | 2014-10-22 |
Datum Vydání | 2014-10-22 |
Hodnocení | 1.00/5 Celkem 2 Hodnocení |
Vývojář | https://www.steppschuh.net |
Typ Platby | free |
Webové stránky Rozšíření | http://steppschuh.net/blog/?cat=110 |
Podporované Jazyky | 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" ] } |