Wallet Watchdog

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

Что такое Wallet Watchdog?

Wallet Watchdog - это расширение Chrome, разработанное https://www.steppschuh.net, и его основная функция - "Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Wallet Watchdog

Скачайте файлы расширений Wallet Watchdog в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Wallet Watchdog Wallet Watchdog
ID hbhlfnneojdhjdbigoboahjhfknaplnp
Официальный URL https://chromewebstore.google.com/detail/wallet-watchdog/hbhlfnneojdhjdbigoboahjhfknaplnp
Описание Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available.
Размер файла 293 KB
Количество установок 75
Текущая Версия 1.2.0.7
Последнее Обновление 2014-10-22
Дата публикации 2014-10-22
Рейтинг 1.00/5 Всего 2 оценок
Разработчик https://www.steppschuh.net
Тип оплаты free
Официальный сайт расширения http://steppschuh.net/blog/?cat=110
Поддерживаемые языки 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"
    ]
}