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.”。
扩展截图
下载ZenX扩展crx文件
下载ZenX扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Zen-X is the world’s most powerful online arbitrage tool. Scans any page on Amazon, highlights opportunity & calculates your profit.                     扩展基本信息
| 名称 |   |  
| 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\/*"
    ]
}  |  |