Wallet Watchdog
Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available.
¿Qué es Wallet Watchdog?
Wallet Watchdog es una extensión de Chrome desarrollada por https://www.steppschuh.net, y su función principal es "Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Wallet Watchdog
Descarga archivos de extensión Wallet Watchdog en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Wallet Watchdog |
ID | hbhlfnneojdhjdbigoboahjhfknaplnp |
URL Oficial | https://chromewebstore.google.com/detail/wallet-watchdog/hbhlfnneojdhjdbigoboahjhfknaplnp |
Descripción | Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available. |
Tamaño del Archivo | 293 KB |
Cantidad de Instalaciones | 75 |
Versión Actual | 1.2.0.7 |
Última Actualización | 2014-10-22 |
Fecha de Publicación | 2014-10-22 |
Calificación | 1.00/5 Total de 2 Calificaciones |
Desarrollador | https://www.steppschuh.net |
Tipo de Pago | free |
Sitio Web de la Extensión | http://steppschuh.net/blog/?cat=110 |
Idiomas Soportados | 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" ] } |