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…
What is Merch Informer Asin Extractor?
Merch Informer Asin Extractor is a Chrome extension developed by https://merchinformer.com, and its main feature is "Merch Informer Asin Extractor for Merch by Amazon The Merch Informer Asin Extractor is a plugin that is available for everyone to…".
Extension Screenshots
Download Merch Informer Asin Extractor Extension CRX File
Download Merch Informer Asin Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ppgopkhdoebkcjfceebjeeijpbpiklhe |
Official URL | https://chrome.google.com/webstore/detail/merch-informer-asin-extra/ppgopkhdoebkcjfceebjeeijpbpiklhe |
Description | Merch Informer Asin Extractor for Merch by Amazon The Merch Informer Asin Extractor is a plugin that is available for everyone to… |
File Size | 37.58 KB |
Installation Count | 90 |
Current Version | 1.0 |
Last Updated | 2018-12-17 |
Publish Date | 2018-12-17 |
Developer | https://merchinformer.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://merchinformer.com/privacy-policy |
Supported Languages | 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" } |