Amazon ASIN Checker

Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can…

Was ist Amazon ASIN Checker?

Amazon ASIN Checker ist eine Chrome-Erweiterung, die von https://extensionsworld.com entwickelt wurde, und ihr Hauptmerkmal ist "Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can…".

Erweiterungsscreenshots

screenshot

Amazon ASIN Checker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Amazon ASIN Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Check ASIN status. Get information about a list of products, only by providing ASIN data.
If you also provide prices, you can compare new and old results                    

Grundlegende Informationen zur Erweiterung

Name Amazon ASIN Checker Amazon ASIN Checker
ID jhmikeeececplgomdjnahelcfoekohpo
Offizielle URL https://chromewebstore.google.com/detail/amazon-asin-checker/jhmikeeececplgomdjnahelcfoekohpo
Beschreibung Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can…
Dateigröße 56.54 KB
Installationsanzahl 25
Aktuelle Version 0.0.3
Letztes Update 2021-02-16
Veröffentlichungsdatum 2021-02-06
Entwickler https://extensionsworld.com
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://extensionsworld.com/contact
URL der Datenschutzrichtlinien-Seite https://extensionsworld.com/legal
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon ASIN Checker",
    "permissions": [
        "https:\/\/*.amazon.co.uk\/*",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.de\/*",
        "https:\/\/*.amazon.ca\/*",
        "storage"
    ],
    "version": "0.0.3",
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.ca\/*"
            ],
            "js": [
                "js\/utils.js",
                "js\/index.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png",
        "32": "icon32.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon128.png",
            "64": "icon64.png",
            "32": "icon32.png"
        },
        "default_title": "Amazon ASIN Checker",
        "default_popup": "html\/index.html"
    },
    "web_accessible_resources": [
        "js\/injectable.js",
        "html\/redirectFB.html"
    ]
}