Guild Wars 2 Trading Post Tracker
Notifies you every time you buy and/or sell anything on the GW2 Trading Post.
Guild Wars 2 Trading Post Tracker란 무엇입니까?
Guild Wars 2 Trading Post Tracker은(는) Scarfmonster에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notifies you every time you buy and/or sell anything on the GW2 Trading Post."입니다.
확장 프로그램 스크린샷
Guild Wars 2 Trading Post Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Allows you to quickly view your current/past orders on the GW2 Trading Post. It will also notify you when buy and/or sell transactions complete on your account.
확장 프로그램 기본 정보
이름 | |
ID | lioodgonmpllfgbpbnfohnmmpjneeeoh |
공식 URL | https://chrome.google.com/webstore/detail/guild-wars-2-trading-post/lioodgonmpllfgbpbnfohnmmpjneeeoh |
설명 | Notifies you every time you buy and/or sell anything on the GW2 Trading Post. |
파일 크기 | 786 KB |
설치 횟수 | 47 |
현재 버전 | BETA 0.53 |
최근 업데이트 | 2015-11-07 |
출시 날짜 | 2015-11-07 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Scarfmonster |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Guild Wars 2 Trading Post Tracker", "short_name": "GW2TPT", "description": "Notifies you every time you buy and\/or sell anything on the GW2 Trading Post.", "version": "0.53", "version_name": "BETA 0.53", "author": "Scarfmonster", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "tp.html" }, "background": { "page": "bg.html" }, "permissions": [ "background", "notifications", "storage" ], "offline_enabled": false } |