xDEALER.pro

XDEALER.PRO Version6

xDEALER.proคืออะไร?

xDEALER.pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xdealer.pro และคุณลักษณะหลักของมันคือ "XDEALER.PRO Version6"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย xDEALER.pro

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

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

                        XDEALER.PRO 最新バージョンリリースしました。

【新しいFeature】
- 機能微調整

【旧バージョンについて】
- こちらのバージョンはプレビューバージョンです。
- XDEALER.PRO 5.x.x での契約情報(Google Login)を引き継いでおります。
- XDEALER.PRO 5.x.x も現時点そのまま利用できます。

【リリース予定】
- Proバージョンのレポート機能
- Lightバージョンのレポートプレビュー機能
- ASIN収集機能                    

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

ชื่อ xDEALER.pro xDEALER.pro
ID fhenghaaikkdannghmaapfbngihadgnf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xdealerpro/fhenghaaikkdannghmaapfbngihadgnf
คำอธิบาย XDEALER.PRO Version6
ขนาดไฟล์ 888 KB
จำนวนการติดตั้ง 2,249
เวอร์ชันปัจจุบัน 6.0.5
อัปเดตครั้งล่าสุด 2021-10-14
วันที่เผยแพร่ 2021-01-06
ผู้พัฒนา https://xdealer.pro
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.xdealer.pro
URL หน้าช่วยเหลือ https://www.xdealer.pro
URL หน้านโยบายความเป็นส่วนตัว https://v5.xdealer.pro/terms
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "xDEALER.pro",
    "homepage_url": "https:\/\/www.xdealer.pro",
    "description": "XDEALER.PRO Version6",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/amazon.com\/*",
                "https:\/\/amazon.com.br\/*",
                "https:\/\/amazon.ca\/*",
                "https:\/\/amazon.cn\/*",
                "https:\/\/amazon.de\/*",
                "https:\/\/amazon.es\/*",
                "https:\/\/amazon.fr\/*",
                "https:\/\/amazon.in\/*",
                "https:\/\/amazon.it\/*",
                "https:\/\/amazon.co.jp\/*",
                "https:\/\/amazon.com.mx\/*",
                "https:\/\/amazon.co.uk\/*",
                "https:\/\/amazon.com.au\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.cn\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.com.au\/*"
            ],
            "js": [
                "js\/jq.js",
                "js\/contentScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "xDEALER.pro",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "6.0.5",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}