Wallet Watchdog

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

Wallet Watchdog là gì?

Wallet Watchdog là một tiện ích mở rộng Chrome được phát triển bởi https://www.steppschuh.net, và tính năng chính của nó là "Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wallet Watchdog

Tải xuống các tệp mở rộng Wallet Watchdog dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wallet Watchdog Wallet Watchdog
ID hbhlfnneojdhjdbigoboahjhfknaplnp
URL Chính Thức https://chromewebstore.google.com/detail/wallet-watchdog/hbhlfnneojdhjdbigoboahjhfknaplnp
Mô tả Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available.
Kích Thước Tệp 293 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 1.2.0.7
Cập Nhật Lần Cuối 2014-10-22
Ngày Phát Hành 2014-10-22
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.steppschuh.net
Loại Thanh Toán free
Trang Web Mở Rộng http://steppschuh.net/blog/?cat=110
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}