Online Arbitrage Tool

A chrome extension tool that quickly and automatically check any Amazon FBA online arbitrage deal

Online Arbitrage Toolคืออะไร?

Online Arbitrage Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Caven Ding และคุณลักษณะหลักของมันคือ "A chrome extension tool that quickly and automatically check any Amazon FBA online arbitrage deal"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Online Arbitrage Tool

ดาวน์โหลดไฟล์ส่วนขยาย Online Arbitrage Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A chrome extension tool that quickly and automatically check any Amazon FBA online arbitrage deal.

Official Website: https://oat.zthbest.com

< Automatic & Fast >
Fully automated and fast analysis of any Amazon FBA online arbitrage deal. No copy, No paste, No click.

< Product Restrictions >
Automatically detect and visually display product restriction status. YES or NO, Green or Red.

< Dangerous Goods >
Automatic (configurable as manual) detection of the dangerous goods status of the product.

< One-click Jump >
One-click jumping to Search Product, Dangerous Goods Check, Google Shopping and more ...

< ASIN & UPC/EAN >
Configurable display ASIN and UPC/EAN, and can one-click to copy.

< Open in new tab >
Configurable to open product page in new tab, no more frequent forward and backward.

< Custom configuration > 
Customize the configuration feature, only enable the feature you want.

Subscribe Now !

面包多:https://mianbaoduo.com/o/zth/
Gumroad: https://zthbest.gumroad.com/l/oat

If you have any questions, please feel free to contact me. email: [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Online Arbitrage Tool Online Arbitrage Tool
ID jhadihflffnhhkilpmdlhglgejmgfphl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/online-arbitrage-tool/jhadihflffnhhkilpmdlhglgejmgfphl
คำอธิบาย A chrome extension tool that quickly and automatically check any Amazon FBA online arbitrage deal
ขนาดไฟล์ 69.75 KB
จำนวนการติดตั้ง 146
เวอร์ชันปัจจุบัน 2.0.3
อัปเดตครั้งล่าสุด 2023-06-09
วันที่เผยแพร่ 2021-07-12
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Caven Ding
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://oa.amazonus.app
URL หน้าช่วยเหลือ https://oa.amazonus.app
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 3,
    "name": "Online Arbitrage Tool",
    "version": "2.0.3",
    "description": "A chrome extension tool that quickly and automatically check any Amazon FBA online arbitrage deal",
    "action": {
        "default_title": "Online Arbitrage Tool"
    },
    "icons": {
        "16": "src\/icons\/icon.png",
        "48": "src\/icons\/icon.png",
        "128": "src\/icons\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.bb8ebefd.69a47bf8.js"
            ],
            "matches": [
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.pl\/*",
                "https:\/\/www.amazon.se\/*",
                "https:\/\/www.amazon.com.tr\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.sg\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.eg\/*",
                "https:\/\/www.amazon.sa\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.com.br\/*"
            ],
            "run_at": "document_start",
            "css": [
                "assets\/index.ts.eec25ec1.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/*.amazon.co.uk\/",
        "https:\/\/*.amazon.de\/",
        "https:\/\/*.amazon.es\/",
        "https:\/\/*.amazon.fr\/",
        "https:\/\/*.amazon.it\/",
        "https:\/\/*.amazon.nl\/",
        "https:\/\/*.amazon.pl\/",
        "https:\/\/*.amazon.se\/",
        "https:\/\/*.amazon.com.tr\/",
        "https:\/\/*.amazon.co.jp\/",
        "https:\/\/*.amazon.in\/",
        "https:\/\/*.amazon.com.au\/",
        "https:\/\/*.amazon.sg\/",
        "https:\/\/*.amazon.ae\/",
        "https:\/\/*.amazon.eg\/",
        "https:\/\/*.amazon.sa\/",
        "https:\/\/*.amazon.com\/",
        "https:\/\/*.amazon.ca\/",
        "https:\/\/*.amazon.com.mx\/",
        "https:\/\/*.amazon.com.br\/",
        "https:\/\/api.oa.amazonus.app\/"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "short_name": "OAT",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.com.tr\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.eg\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.pl\/*",
                "https:\/\/www.amazon.sa\/*",
                "https:\/\/www.amazon.se\/*",
                "https:\/\/www.amazon.sg\/*"
            ],
            "resources": [
                "assets\/index.f4f8724e.js",
                "assets\/index.ts.bb8ebefd.js"
            ],
            "use_dynamic_url": true
        }
    ]
}