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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arbitrage Hero และคุณลักษณะหลักของมันคือ "Arbitrage Hero is an innovative Amazon FBA sourcing software that is designed to help sellers uncover profitable opportunities on…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Arbitrage Hero - Amazon FBA Sourcing Tool

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
    }
}