Wallet Watchdog

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

Co to jest Wallet Watchdog?

Wallet Watchdog to rozszerzenie Chrome opracowane przez https://www.steppschuh.net, a jego główną funkcją jest „Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Wallet Watchdog

Pobierz pliki rozszerzeń Wallet Watchdog w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Wallet Watchdog Wallet Watchdog
ID hbhlfnneojdhjdbigoboahjhfknaplnp
Oficjalny URL https://chromewebstore.google.com/detail/wallet-watchdog/hbhlfnneojdhjdbigoboahjhfknaplnp
Opis Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available.
Rozmiar pliku 293 KB
Liczba instalacji 75
Aktualna Wersja 1.2.0.7
Ostatnia Aktualizacja 2014-10-22
Data Publikacji 2014-10-22
Ocena 1.00/5 Łącznie 2 Oceny
Deweloper https://www.steppschuh.net
Typ Płatności free
Strona Rozszerzenia http://steppschuh.net/blog/?cat=110
Obsługiwane Języki 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"
    ]
}