ZenTrade

Search Amazon's trade-in store for hidden profits.

What is ZenTrade?

ZenTrade is a Chrome extension developed by Zen Arbitrage, and its main feature is "Search Amazon's trade-in store for hidden profits.".

Extension Screenshots

screenshot

Download ZenTrade Extension CRX File

Download ZenTrade 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

                        Search Amazon's trade-in store for hidden profits.                    

Extension Basic Information

Name ZenTrade ZenTrade
ID ebanldoidnfidfmfdklpjbmfidfclhcb
Official URL https://chromewebstore.google.com/detail/zentrade/ebanldoidnfidfmfdklpjbmfidfclhcb
Description Search Amazon's trade-in store for hidden profits.
File Size 608 KB
Installation Count 1,218
Current Version 2.0.4
Last Updated 2023-08-18
Publish Date 2020-06-15
Rating 2.33/5 Total 3 Ratings
Developer Zen Arbitrage
Email [email protected]
Payment Type free
Extension Website https://www.zenarbitrage.co/
Privacy Policy Page URL https://www.zenarbitrage.co/optin1591157726581
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Peter Valley",
    "name": "ZenTrade",
    "description": "Search Amazon's trade-in store for hidden profits.",
    "version": "2.0.4",
    "manifest_version": 3,
    "icons": {
        "128": "src\/img\/icon2.png"
    },
    "background": {
        "service_worker": "src\/js\/background.js"
    },
    "action": {
        "default_popup": "src\/html\/popup.html",
        "default_title": "Zen Trade Settings"
    },
    "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\/*"
            ],
            "css": [
                "src\/css\/swag.css"
            ],
            "js": [
                "src\/js\/jquery-3.1.1.min.js",
                "src\/js\/parser.js",
                "src\/js\/pageUtils.js",
                "src\/js\/priceAlerts.js",
                "src\/js\/buy.js",
                "src\/js\/asin.js",
                "src\/js\/zentrade.js",
                "src\/js\/config.js",
                "src\/js\/rollbar.min.js",
                "src\/js\/zen-x-calculation.js",
                "src\/js\/x-cal-asin.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/img\/*",
                "src\/sound\/*"
            ],
            "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:\/\/fonts.googleapis.com\/*",
        "https:\/\/api.rollbar.com\/"
    ]
}