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란 무엇입니까?
Merch Informer Asin Extractor은(는) https://merchinformer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | ppgopkhdoebkcjfceebjeeijpbpiklhe |
공식 URL | https://chrome.google.com/webstore/detail/merch-informer-asin-extra/ppgopkhdoebkcjfceebjeeijpbpiklhe |
설명 | Merch Informer Asin Extractor for Merch by Amazon The Merch Informer Asin Extractor is a plugin that is available for everyone to… |
파일 크기 | 37.58 KB |
설치 횟수 | 90 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-12-17 |
출시 날짜 | 2018-12-17 |
개발자 | https://merchinformer.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://merchinformer.com/privacy-policy |
지원되는 언어 | 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" } |