ZenX

Zen-X is the world’s most powerful online arbitrage tool. Scans any page on Amazon, highlights opportunity & calculates your profit.

ZenX란 무엇입니까?

ZenX은(는) Zen Arbitrage에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Zen-X is the world’s most powerful online arbitrage tool. Scans any page on Amazon, highlights opportunity & calculates your profit."입니다.

확장 프로그램 스크린샷

screenshot

ZenX 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Zen-X is the world’s most powerful online arbitrage tool. Scans any page on Amazon, highlights opportunity & calculates your profit.                    

확장 프로그램 기본 정보

이름 ZenX ZenX
ID jidgijgkacocjclmmfohkicgnegngoeo
공식 URL https://chromewebstore.google.com/detail/zenx/jidgijgkacocjclmmfohkicgnegngoeo
설명 Zen-X is the world’s most powerful online arbitrage tool. Scans any page on Amazon, highlights opportunity & calculates your profit.
파일 크기 1.46 MB
설치 횟수 255
현재 버전 2.0.3
최근 업데이트 2023-08-17
출시 날짜 2022-09-04
개발자 Zen Arbitrage
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.zenarbitrage.co/
개인정보 보호 정책 페이지 URL https://www.zenarbitrage.co/optin1591157726581
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Nick Germaine",
    "name": "ZenX",
    "description": "Zen-X is the world\u2019s most powerful online arbitrage tool. Scans any page on Amazon, highlights opportunity & calculates your profit.",
    "version": "2.0.3",
    "manifest_version": 3,
    "icons": {
        "128": "src\/img\/zzx.png",
        "32": "src\/img\/zzx.png"
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "action": {
        "default_popup": "src\/index.html"
    },
    "commands": {
        "advance": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            },
            "description": "Move forward one page"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/smile.amazon.com\/*"
            ],
            "css": [
                "src\/swag.css",
                "src\/css\/bootstrap.css",
                "src\/css\/font-awesome.min.css"
            ],
            "js": [
                "src\/js\/config.js",
                "src\/js\/rollbar.min.js",
                "src\/jquery-3.1.1.min.js",
                "src\/js\/bootstrap.min.js",
                "src\/calculator.js",
                "src\/asin.js",
                "src\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/img\/*"
            ],
            "matches": [
                "*:\/\/www.amazon.com\/*",
                "*:\/\/www.amazon.com.br\/*",
                "*:\/\/www.amazon.ca\/*",
                "*:\/\/www.amazon.com.mx\/*",
                "*:\/\/www.amazon.cn\/*",
                "*:\/\/www.amazon.in\/*",
                "*:\/\/www.amazon.co.jp\/*",
                "*:\/\/www.amazon.sg\/*",
                "*:\/\/www.amazon.com.tr\/*",
                "*:\/\/www.amazon.ae\/*",
                "*:\/\/www.amazon.fr\/*",
                "*:\/\/www.amazon.de\/*",
                "*:\/\/www.amazon.it\/*",
                "*:\/\/www.amazon.nl\/*",
                "*:\/\/www.amazon.es\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.amazon.com.au\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/sellercentral.amazon.com\/hz\/approvalrequest\/*",
        "*:\/\/prices.zenarbitrage.com\/*",
        "*:\/\/ranks.zenarbitrage.com\/*",
        "*:\/\/www.amazon.com\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ]
}