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