Merch Informer Asin Extractor

Merch Informer Asin Extractor for Merch by Amazon The Merch Informer Asin Extractor is a plugin that is available for everyone to…

Co je Merch Informer Asin Extractor?

Merch Informer Asin Extractor je rozšíření Chrome vyvinuté https://merchinformer.com, a jeho hlavní funkcí je „Merch Informer Asin Extractor for Merch by Amazon The Merch Informer Asin Extractor is a plugin that is available for everyone to…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Merch Informer Asin Extractor

Stáhněte si soubory rozšíření Merch Informer Asin Extractor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Merch Informer Asin Extractor for Merch by Amazon

The Merch Informer Asin Extractor is a plugin that is available for everyone to download a list of ASINs from their Merch account. This allows you to have an excel spreadsheet of all the ASINs uploaded to your account in order to upload them to the Merch Informer Trademark Hunter.

Keeping a detailed record of your Merch account with a list of ASINs has never been easier!

Simply use this extension, click on the "download CSV" button, and then wait until your CSV file downloads. You can then upload this file to the Merch Informer Trademark Hunter and monitor your listings for any changes in trademarks from the USPTO.                    

Základní Informace o Rozšíření

Název Merch Informer Asin Extractor Merch Informer Asin Extractor
ID ppgopkhdoebkcjfceebjeeijpbpiklhe
Oficiální URL https://chrome.google.com/webstore/detail/merch-informer-asin-extra/ppgopkhdoebkcjfceebjeeijpbpiklhe
Popis Merch Informer Asin Extractor for Merch by Amazon The Merch Informer Asin Extractor is a plugin that is available for everyone to…
Velikost souboru 37.58 KB
Počet instalací 90
Aktuální Verze 1.0
Poslední Aktualizace 2018-12-17
Datum Vydání 2018-12-17
Vývojář https://merchinformer.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://merchinformer.com/privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merch Informer Asin Extractor",
    "description": "",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Merch Informer Asin Extractor"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/merch.amazon.com\/*"
            ],
            "js": [
                "scripts\/content.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com; object-src 'self'",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/merch.amazon.com\/*"
    ],
    "version": "1.0"
}