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 هو إضافة Chrome تم تطويرها بواسطة Scarfmonster، والميزة الرئيسية لها هي "Notifies you every time you buy and/or sell anything on the GW2 Trading Post.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Guild Wars 2 Trading Post Tracker
قم بتنزيل ملفات الامتداد Guild Wars 2 Trading Post Tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |