Wallet Watchdog
Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available.
Qu'est-ce que Wallet Watchdog ?
Wallet Watchdog est une extension Chrome développée par https://www.steppschuh.net, et sa fonction principale est "Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wallet Watchdog
Téléchargez les fichiers d'extension Wallet Watchdog au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Wallet Watchdog |
ID | hbhlfnneojdhjdbigoboahjhfknaplnp |
URL Officiel | https://chromewebstore.google.com/detail/wallet-watchdog/hbhlfnneojdhjdbigoboahjhfknaplnp |
Description | Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available. |
Taille du Fichier | 293 KB |
Nombre d'Installations | 75 |
Version Actuelle | 1.2.0.7 |
Dernière Mise à Jour | 2014-10-22 |
Date de Publication | 2014-10-22 |
Évaluation | 1.00/5 Total 2 Évaluations |
Développeur | https://www.steppschuh.net |
Type de Paiement | free |
Site Web de l'Extension | http://steppschuh.net/blog/?cat=110 |
Langues Prises en Charge | 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" ] } |