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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Arbitrage Hero is an innovative Amazon FBA sourcing software that is designed to help sellers uncover profitable opportunities on…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Arbitrage Hero - Amazon FBA Sourcing Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
    }
}