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 क्या है?

AMZ Online Arbitrage - Asin Checker https://amzonlinearbitrage.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Are You eligible to sell a particular product on Amazon? Our ASIN Checker will help you make the best business decision."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

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

एक्सटेंशन की मूल जानकारी

नाम AMZ Online Arbitrage - Asin Checker AMZ Online Arbitrage - Asin Checker
ID eepoploaohjnlohelbnombfccjfnhhen
आधिकारिक URL https://chromewebstore.google.com/detail/amz-online-arbitrage-asin/eepoploaohjnlohelbnombfccjfnhhen
विवरण Are You eligible to sell a particular product on Amazon? Our ASIN Checker will help you make the best business decision.
फ़ाइल का आकार 524 KB
स्थापना संख्या 1,710
वर्तमान संस्करण 1.2.26
अंतिम अपडेट 2023-12-14
प्रकाशन तिथि 2020-06-12
रेटिंग 4.93/5 कुल 14 रेटिंग्स
डेवलपर https://amzonlinearbitrage.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.amzonlinearbitrage.com
सहायता पृष्ठ URL https://www.amzonlinearbitrage.com
गोपनीयता नीति पृष्ठ URL https://amzonlinearbitrage.com/privacy-policy
समर्थित भाषाएँ 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\/*"
            ]
        }
    ]
}