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…

Vad är Amazon ASIN Checker?

Amazon ASIN Checker är en Chrome-tillägg utvecklad av https://extensionsworld.com, och dess huvudfunktion är "Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can…".

Tilläggsskärmbilder

screenshot

Ladda ner Amazon ASIN Checker-förlängningens CRX-fil

Ladda ner Amazon ASIN Checker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Amazon ASIN Checker Amazon ASIN Checker
ID jhmikeeececplgomdjnahelcfoekohpo
Officiell webbadress https://chromewebstore.google.com/detail/amazon-asin-checker/jhmikeeececplgomdjnahelcfoekohpo
Beskrivning Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can…
Filstorlek 56.54 KB
Antal Installationer 25
Aktuell Version 0.0.3
Senast Uppdaterad 2021-02-16
Publiceringsdatum 2021-02-06
Utvecklare https://extensionsworld.com
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://extensionsworld.com/contact
URL till Sekretesspolicy Sidan https://extensionsworld.com/legal
Stödda Språk 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"
    ]
}