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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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