Guild Wars 2 Trading Post Tracker
Notifies you every time you buy and/or sell anything on the GW2 Trading Post.
Hvad er Guild Wars 2 Trading Post Tracker?
Guild Wars 2 Trading Post Tracker er en Chrome-udvidelse udviklet af Scarfmonster, og dens hovedfunktion er "Notifies you every time you buy and/or sell anything on the GW2 Trading Post.".
Udvidelsesskærmbilleder
Download Guild Wars 2 Trading Post Tracker-udvidelses-CRX-fil
Download Guild Wars 2 Trading Post Tracker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lioodgonmpllfgbpbnfohnmmpjneeeoh |
Officiel URL | https://chrome.google.com/webstore/detail/guild-wars-2-trading-post/lioodgonmpllfgbpbnfohnmmpjneeeoh |
Beskrivelse | Notifies you every time you buy and/or sell anything on the GW2 Trading Post. |
Filstørrelse | 786 KB |
Antal Installationer | 47 |
Nuværende Version | BETA 0.53 |
Senest Opdateret | 2015-11-07 |
Udgivelsesdato | 2015-11-07 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | Scarfmonster |
Betalingsmetode | free |
Understøttede Sprog | 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 } |