Wallet Watchdog
Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available.
Hvad er Wallet Watchdog?
Wallet Watchdog er en Chrome-udvidelse udviklet af https://www.steppschuh.net, og dens hovedfunktion er "Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available.".
Udvidelsesskærmbilleder
Download Wallet Watchdog-udvidelses-CRX-fil
Download Wallet Watchdog-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Wallet Watchdog |
ID | hbhlfnneojdhjdbigoboahjhfknaplnp |
Officiel URL | https://chromewebstore.google.com/detail/wallet-watchdog/hbhlfnneojdhjdbigoboahjhfknaplnp |
Beskrivelse | Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available. |
Filstørrelse | 293 KB |
Antal Installationer | 75 |
Nuværende Version | 1.2.0.7 |
Senest Opdateret | 2014-10-22 |
Udgivelsesdato | 2014-10-22 |
Bedømmelse | 1.00/5 Samlet 2 Bedømmelser |
Udvikler | https://www.steppschuh.net |
Betalingsmetode | free |
Udvidelseswebsted | http://steppschuh.net/blog/?cat=110 |
Understøttede Sprog | 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" ] } |