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…

Was ist Merch Informer Asin Extractor?

Merch Informer Asin Extractor ist eine Chrome-Erweiterung, die von https://merchinformer.com entwickelt wurde, und ihr Hauptmerkmal ist "Merch Informer Asin Extractor for Merch by Amazon The Merch Informer Asin Extractor is a plugin that is available for everyone to…".

Erweiterungsscreenshots

screenshot

Merch Informer Asin Extractor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Merch Informer Asin Extractor-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Merch Informer Asin Extractor Merch Informer Asin Extractor
ID ppgopkhdoebkcjfceebjeeijpbpiklhe
Offizielle URL https://chrome.google.com/webstore/detail/merch-informer-asin-extra/ppgopkhdoebkcjfceebjeeijpbpiklhe
Beschreibung Merch Informer Asin Extractor for Merch by Amazon The Merch Informer Asin Extractor is a plugin that is available for everyone to…
Dateigröße 37.58 KB
Installationsanzahl 90
Aktuelle Version 1.0
Letztes Update 2018-12-17
Veröffentlichungsdatum 2018-12-17
Entwickler https://merchinformer.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://merchinformer.com/privacy-policy
Unterstützte Sprachen 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"
}