Arbitrage Hero - Amazon FBA Sourcing Tool

Arbitrage Hero is an innovative Amazon FBA sourcing software that is designed to help sellers uncover profitable opportunities on…

什么是Arbitrage Hero - Amazon FBA Sourcing Tool?

Arbitrage Hero - Amazon FBA Sourcing Tool是由Arbitrage Hero开发的Chrome扩展程序,该扩展的主要功能是“Arbitrage Hero is an innovative Amazon FBA sourcing software that is designed to help sellers uncover profitable opportunities on…”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Arbitrage Hero - Amazon FBA Sourcing Tool扩展crx文件

下载Arbitrage Hero - Amazon FBA Sourcing Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Arbitrage Hero is an innovative Amazon FBA sourcing software that is designed to help sellers uncover profitable opportunities on Amazon. With the Arbitrage Hero Chrome extension, sellers can quickly analyse products and prices to find profitable deals and capitalise on them. This powerful tool is designed to save time and money, allowing sellers to focus on growing their business while minimising risks. Whether you are a beginner or an experienced seller, Arbitrage Hero is the perfect solution for anyone looking to succeed in the highly competitive Amazon marketplace. With its user-friendly interface and powerful analytics, this software is a must-have for any serious Amazon FBA seller.                    

扩展基本信息

名称 Arbitrage Hero - Amazon FBA Sourcing Tool Arbitrage Hero - Amazon FBA Sourcing Tool
ID ppfpombdciebeeaamfncfdkioobdemej
官方URL https://chromewebstore.google.com/detail/arbitrage-hero-amazon-fba/ppfpombdciebeeaamfncfdkioobdemej
简介 Arbitrage Hero is an innovative Amazon FBA sourcing software that is designed to help sellers uncover profitable opportunities on…
文件大小 819 KB
安装次数 1,880
当前版本 0.0.8
更新时间 2024-03-01
上架时间 2023-03-28
评分 4.00/5 共4次评分
开发者 Arbitrage Hero
电子邮箱 [email protected]
付费类型 free
扩展官网 https://arbitragehero.com/
帮助页面URL https://arbitragehero.com/
隐私政策页面URL https://arbitragehero.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Arbitrage Hero - Amazon FBA Sourcing Tool",
    "version": "0.0.8",
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": "logo128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.js",
                "assets\/images\/*.*",
                "assets\/icons\/*.svg",
                "assets\/vite.svg",
                "assets\/react.svg",
                "*.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/content\/main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "logo128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
    }
}