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."입니다.
확장 프로그램 스크린샷
Wallet Watchdog 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |