AMZ Online Arbitrage - Asin Checker

Are You eligible to sell a particular product on Amazon? Our ASIN Checker will help you make the best business decision.

AMZ Online Arbitrage - Asin Checker là gì?

AMZ Online Arbitrage - Asin Checker là một tiện ích mở rộng Chrome được phát triển bởi https://amzonlinearbitrage.com, và tính năng chính của nó là "Are You eligible to sell a particular product on Amazon? Our ASIN Checker will help you make the best business decision.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AMZ Online Arbitrage - Asin Checker

Tải xuống các tệp mở rộng AMZ Online Arbitrage - Asin Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This Extension will help you to check whether product is restricted on Category or Brand Level.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AMZ Online Arbitrage - Asin Checker AMZ Online Arbitrage - Asin Checker
ID eepoploaohjnlohelbnombfccjfnhhen
URL Chính Thức https://chromewebstore.google.com/detail/amz-online-arbitrage-asin/eepoploaohjnlohelbnombfccjfnhhen
Mô tả Are You eligible to sell a particular product on Amazon? Our ASIN Checker will help you make the best business decision.
Kích Thước Tệp 524 KB
Số Lần Cài Đặt 1,710
Phiên Bản Hiện Tại 1.2.26
Cập Nhật Lần Cuối 2023-12-14
Ngày Phát Hành 2020-06-12
Đánh Giá 4.93/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://amzonlinearbitrage.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.amzonlinearbitrage.com
URL Trang Trợ Giúp https://www.amzonlinearbitrage.com
URL Trang Chính Sách Bảo Mật https://amzonlinearbitrage.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AMZ Online Arbitrage - Asin Checker",
    "version": "1.2.26",
    "description": "Are You eligible to sell a particular product on Amazon? Our ASIN Checker will help you make the best business decision.",
    "permissions": [
        "storage",
        "tabs",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/extnapi.amzonlinearbitrage.com\/*",
        "*:\/\/sellercentral.amazon.com\/*"
    ],
    "content_security_policy": {
        "script-src": [
            "self",
            "https:\/\/sellercentral.amazon.com"
        ],
        "object-src": [
            "self"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "matches": [
            "*:\/\/*.amazon.co.uk\/*",
            "*:\/\/*.amazon.com\/*"
        ],
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/www.amazon.ca\/*"
            ],
            "js": [
                "content.js",
                "react.development.js",
                "react-dom.development.js",
                "sweetalert.min.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.amzonlinearbitrage.com\/*"
            ],
            "js": [
                "content2.js",
                "react.development.js",
                "react-dom.development.js"
            ],
            "css": [
                "content2.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/localhost:3000\/",
                "http:\/\/localhost:3001\/",
                "https:\/\/dev.amzonlinearbitrage.com\/",
                "https:\/\/user.amzonlinearbitrage.com\/",
                "https:\/\/newplans-production.d8g9m96m2idyu.amplifyapp.com\/*"
            ],
            "js": [
                "amz-content.js",
                "react.development.js",
                "react-dom.development.js",
                "jquery.js"
            ],
            "css": [
                "amz.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png",
                "yes.png",
                "no.png",
                "loading.gif"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.ca\/*"
            ]
        }
    ]
}