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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Guild Wars 2 Trading Post Tracker

ดาวน์โหลดไฟล์ส่วนขยาย Guild Wars 2 Trading Post Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Guild Wars 2 Trading Post Tracker Guild Wars 2 Trading Post Tracker
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
}