Guild Wars 2 Trading Post Tracker
Notifies you every time you buy and/or sell anything on the GW2 Trading Post.
Wat is Guild Wars 2 Trading Post Tracker?
Guild Wars 2 Trading Post Tracker is een Chrome-extensie ontwikkeld door Scarfmonster, en de belangrijkste functie is "Notifies you every time you buy and/or sell anything on the GW2 Trading Post.".
Extensie Screenshots
Download het CRX-bestand van de extensie Guild Wars 2 Trading Post Tracker
Download Guild Wars 2 Trading Post Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | lioodgonmpllfgbpbnfohnmmpjneeeoh |
Officiële URL | https://chrome.google.com/webstore/detail/guild-wars-2-trading-post/lioodgonmpllfgbpbnfohnmmpjneeeoh |
Beschrijving | Notifies you every time you buy and/or sell anything on the GW2 Trading Post. |
Bestandsgrootte | 786 KB |
Aantal Installaties | 47 |
Huidige Versie | BETA 0.53 |
Laatst Bijgewerkt | 2015-11-07 |
Publicatiedatum | 2015-11-07 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Scarfmonster |
Betalingswijze | free |
Ondersteunde Talen | 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 } |