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.

Cos'è AMZ Online Arbitrage - Asin Checker?

AMZ Online Arbitrage - Asin Checker è un'estensione di Chrome sviluppata da https://amzonlinearbitrage.com, e la sua funzione principale è "Are You eligible to sell a particular product on Amazon? Our ASIN Checker will help you make the best business decision.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AMZ Online Arbitrage - Asin Checker

Scarica i file di estensione AMZ Online Arbitrage - Asin Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome AMZ Online Arbitrage - Asin Checker AMZ Online Arbitrage - Asin Checker
ID eepoploaohjnlohelbnombfccjfnhhen
URL Ufficiale https://chromewebstore.google.com/detail/amz-online-arbitrage-asin/eepoploaohjnlohelbnombfccjfnhhen
Descrizione Are You eligible to sell a particular product on Amazon? Our ASIN Checker will help you make the best business decision.
Dimensione del File 524 KB
Conteggio Installazioni 1,710
Versione Corrente 1.2.26
Ultimo Aggiornamento 2023-12-14
Data di Pubblicazione 2020-06-12
Valutazione 4.93/5 Totale 14 Valutazioni
Sviluppatore https://amzonlinearbitrage.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.amzonlinearbitrage.com
URL della Pagina di Aiuto https://www.amzonlinearbitrage.com
URL della Pagina della Politica sulla Privacy https://amzonlinearbitrage.com/privacy-policy
Lingue Supportate 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\/*"
            ]
        }
    ]
}