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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης AMZ Online Arbitrage - Asin Checker

Λήψη αρχείων επέκτασης AMZ Online Arbitrage - Asin Checker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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\/*"
            ]
        }
    ]
}