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…

Wat is Amazon ASIN Checker?

Amazon ASIN Checker is een Chrome-extensie ontwikkeld door https://extensionsworld.com, en de belangrijkste functie is "Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Amazon ASIN Checker

Download Amazon ASIN Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Amazon ASIN Checker Amazon ASIN Checker
ID jhmikeeececplgomdjnahelcfoekohpo
Officiële URL https://chromewebstore.google.com/detail/amazon-asin-checker/jhmikeeececplgomdjnahelcfoekohpo
Beschrijving Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can…
Bestandsgrootte 56.54 KB
Aantal Installaties 25
Huidige Versie 0.0.3
Laatst Bijgewerkt 2021-02-16
Publicatiedatum 2021-02-06
Ontwikkelaar https://extensionsworld.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://extensionsworld.com/contact
URL van de Privacybeleid Pagina https://extensionsworld.com/legal
Ondersteunde Talen 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"
    ]
}