Guild Wars 2™ Trading Post Notificator

Track your auction buying and selling orders and get notifications when you sold or bought anything.

Guild Wars 2™ Trading Post Notificatorคืออะไร?

Guild Wars 2™ Trading Post Notificator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Petr Flaks และคุณลักษณะหลักของมันคือ "Track your auction buying and selling orders and get notifications when you sold or bought anything."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Can't wait to sell something? Want to get a notification upon selling?

Trading Post Notificator is a useful tool that helps you keep track of your current transactions on the Guild Wars 2 Trading Post. You can also choose items to track and get a notification whenever a tracked item is sold or bought. The extension is completely free and safe (as it uses the official Guild Wars 2 API) and does not violate the Guild Wars 2 User Agreement.                    

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

ชื่อ Guild Wars 2™ Trading Post Notificator Guild Wars 2™ Trading Post Notificator
ID fmfminppfcknlpekeffahpnpfahmhojk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/guild-wars-2-trading-post/fmfminppfcknlpekeffahpnpfahmhojk
คำอธิบาย Track your auction buying and selling orders and get notifications when you sold or bought anything.
ขนาดไฟล์ 1.22 MB
จำนวนการติดตั้ง 263
เวอร์ชันปัจจุบัน 1.7.2.1
อัปเดตครั้งล่าสุด 2018-01-14
วันที่เผยแพร่ 2018-01-14
คะแนน 4.88/5 รวมทั้งหมด 41 คะแนน
ผู้พัฒนา Petr Flaks
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ssimplix/tp-notificator
URL หน้าช่วยเหลือ https://github.com/ssimplix/tp-notificator/issues
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Guild Wars 2\u2122 Trading Post Notificator",
    "version": "1.7.2.1",
    "author": "terron",
    "homepage_url": "https:\/\/github.com\/ssimplix\/tp-notificator",
    "description": "__MSG_app_description__",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "short_name": "TP Notificator",
    "offline_enabled": false,
    "permissions": [
        "notifications",
        "storage",
        "alarms",
        "https:\/\/api.guildwars2.com\/",
        "https:\/\/render.guildwars2.com\/"
    ],
    "icons": {
        "16": "\/img\/logo-16.png",
        "32": "\/img\/logo-32.png",
        "48": "\/img\/logo-48.png",
        "64": "\/img\/logo-64.png",
        "128": "\/img\/logo-128.png",
        "150": "\/img\/logo-150.png",
        "256": "\/img\/logo-256.png",
        "359": "\/img\/logo-359.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "\/img\/logo-16.png",
            "32": "\/img\/logo-32.png",
            "48": "\/img\/logo-48.png",
            "64": "\/img\/logo-64.png",
            "128": "\/img\/logo-128.png",
            "150": "\/img\/logo-150.png",
            "256": "\/img\/logo-256.png",
            "359": "\/img\/logo-359.png"
        },
        "default_title": "TP Notificator",
        "default_popup": "\/popup.html"
    },
    "options_ui": {
        "page": "\/options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "\/js\/error-handler.js",
            "\/js\/libs\/jquery.js",
            "\/js\/libs\/ua-parser.js",
            "\/js\/cross-browser-features.js",
            "\/js\/functions.js",
            "\/js\/bg\/background.js",
            "\/js\/bg\/bg-sells.js",
            "\/js\/bg\/bg-buys.js",
            "\/js\/bg\/bg-exchange-rate.js"
        ]
    }
}