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…
Merch Informer Asin Extractor là gì?
Merch Informer Asin Extractor là một tiện ích mở rộng Chrome được phát triển bởi https://merchinformer.com, và tính năng chính của nó là "Merch Informer Asin Extractor for Merch by Amazon The Merch Informer Asin Extractor is a plugin that is available for everyone to…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Merch Informer Asin Extractor
Tải xuống các tệp mở rộng Merch Informer Asin Extractor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ppgopkhdoebkcjfceebjeeijpbpiklhe |
URL Chính Thức | https://chrome.google.com/webstore/detail/merch-informer-asin-extra/ppgopkhdoebkcjfceebjeeijpbpiklhe |
Mô tả | Merch Informer Asin Extractor for Merch by Amazon The Merch Informer Asin Extractor is a plugin that is available for everyone to… |
Kích Thước Tệp | 37.58 KB |
Số Lần Cài Đặt | 90 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-12-17 |
Ngày Phát Hành | 2018-12-17 |
Nhà Phát Triển | https://merchinformer.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://merchinformer.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |