Wallet Watchdog

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

Wallet Watchdogとは何ですか?

Wallet Watchdogはhttps://www.steppschuh.netによって開発されたChromeの拡張機能で、その主な機能は「Wallet Watchdog parses your latest Google Wallet orders and notifies you when new orders are available.」です。

拡張機能のスクリーンショット

screenshot

Wallet Watchdog拡張機能のCRXファイルをダウンロード

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"
    ]
}