xDEALER.pro

XDEALER.PRO Version6

What is xDEALER.pro?

xDEALER.pro is a Chrome extension developed by https://xdealer.pro, and its main feature is "XDEALER.PRO Version6".

Extension Screenshots

screenshot
screenshot

Download xDEALER.pro Extension CRX File

Download xDEALER.pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

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

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

Extension Basic Information

Name xDEALER.pro xDEALER.pro
ID fhenghaaikkdannghmaapfbngihadgnf
Official URL https://chromewebstore.google.com/detail/xdealerpro/fhenghaaikkdannghmaapfbngihadgnf
Description XDEALER.PRO Version6
File Size 888 KB
Installation Count 2,249
Current Version 6.0.5
Last Updated 2021-10-14
Publish Date 2021-01-06
Developer https://xdealer.pro
Email [email protected]
Payment Type free
Extension Website https://www.xdealer.pro
Help Page URL https://www.xdealer.pro
Privacy Policy Page URL https://v5.xdealer.pro/terms
Supported Languages 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'"
}