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…
Cos'è Merch Informer Asin Extractor?
Merch Informer Asin Extractor è un'estensione di Chrome sviluppata da https://merchinformer.com, e la sua funzione principale è "Merch Informer Asin Extractor for Merch by Amazon The Merch Informer Asin Extractor is a plugin that is available for everyone to…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Merch Informer Asin Extractor
Scarica i file di estensione Merch Informer Asin Extractor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ppgopkhdoebkcjfceebjeeijpbpiklhe |
URL Ufficiale | https://chrome.google.com/webstore/detail/merch-informer-asin-extra/ppgopkhdoebkcjfceebjeeijpbpiklhe |
Descrizione | Merch Informer Asin Extractor for Merch by Amazon The Merch Informer Asin Extractor is a plugin that is available for everyone to… |
Dimensione del File | 37.58 KB |
Conteggio Installazioni | 90 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-12-17 |
Data di Pubblicazione | 2018-12-17 |
Sviluppatore | https://merchinformer.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://merchinformer.com/privacy-policy |
Lingue Supportate | 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" } |