Guild Wars 2 Trading Post Tracker
Notifies you every time you buy and/or sell anything on the GW2 Trading Post.
What is Guild Wars 2 Trading Post Tracker?
Guild Wars 2 Trading Post Tracker is a Chrome extension developed by Scarfmonster, and its main feature is "Notifies you every time you buy and/or sell anything on the GW2 Trading Post.".
Extension Screenshots
Download Guild Wars 2 Trading Post Tracker Extension CRX File
Download Guild Wars 2 Trading Post Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | lioodgonmpllfgbpbnfohnmmpjneeeoh |
Official URL | https://chrome.google.com/webstore/detail/guild-wars-2-trading-post/lioodgonmpllfgbpbnfohnmmpjneeeoh |
Description | Notifies you every time you buy and/or sell anything on the GW2 Trading Post. |
File Size | 786 KB |
Installation Count | 47 |
Current Version | BETA 0.53 |
Last Updated | 2015-11-07 |
Publish Date | 2015-11-07 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Scarfmonster |
Payment Type | free |
Supported Languages | 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 } |