Guild Wars 2 Trading Post Tracker
Notifies you every time you buy and/or sell anything on the GW2 Trading Post.
Apa itu Guild Wars 2 Trading Post Tracker?
Guild Wars 2 Trading Post Tracker adalah ekstensi Chrome yang dikembangkan oleh Scarfmonster, dan fitur utamanya adalah "Notifies you every time you buy and/or sell anything on the GW2 Trading Post.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Guild Wars 2 Trading Post Tracker
Unduh file ekstensi Guild Wars 2 Trading Post Tracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | lioodgonmpllfgbpbnfohnmmpjneeeoh |
URL Resmi | https://chrome.google.com/webstore/detail/guild-wars-2-trading-post/lioodgonmpllfgbpbnfohnmmpjneeeoh |
Deskripsi | Notifies you every time you buy and/or sell anything on the GW2 Trading Post. |
Ukuran File | 786 KB |
Jumlah Instalasi | 47 |
Versi Saat Ini | BETA 0.53 |
Terakhir Diperbarui | 2015-11-07 |
Tanggal Publikasi | 2015-11-07 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | Scarfmonster |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |