Amazon Merch Trademark Hunt
Speed up Amazon Merch listing! Add button to Product Details page. Enter Brand, Title, Bullets, & Description, then search for TM.
Amazon Merch Trademark Hunt란 무엇입니까?
Amazon Merch Trademark Hunt은(는) UltimatePeter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Speed up Amazon Merch listing! Add button to Product Details page. Enter Brand, Title, Bullets, & Description, then search for TM."입니다.
확장 프로그램 스크린샷
Amazon Merch Trademark Hunt 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Speed up your Amazon Merch shirt listing process! This great google chrome extension adds a new button to the Merch Product Details page. When you are done typing your Brand, Title, Bullets, and Description, press the hunt button and it will automatically search for trademarked words or phrases. Then, narrow down your search by choosing "Set to Live&Text" on TMHunt.
확장 프로그램 기본 정보
이름 | Amazon Merch Trademark Hunt |
ID | oehodfganigncipekhknjdhnnnlpljml |
공식 URL | https://chromewebstore.google.com/detail/amazon-merch-trademark-hu/oehodfganigncipekhknjdhnnnlpljml |
설명 | Speed up Amazon Merch listing! Add button to Product Details page. Enter Brand, Title, Bullets, & Description, then search for TM. |
파일 크기 | 144 KB |
설치 횟수 | 27 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2018-06-22 |
출시 날짜 | 2018-06-22 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | UltimatePeter |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "\/src\/background.js" ] }, "content_scripts": [ { "js": [ "src\/inject\/inject.js" ], "matches": [ "https:\/\/merch.amazon.com\/merch-*\/title-setup\/*\/add_details" ], "run_at": "document_start" } ], "default_locale": "en", "description": "Speed up Amazon Merch listing! Add button to Product Details page. Enter Brand, Title, Bullets, & Description, then search for TM.", "homepage_url": "http:\/\/ultimatepeter.com", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtD2Z2y8\/lKQcv1fTvxSVJ3FerdXbRQ6IKH2O4colWK87MfTyqQQIxHOr8qCx8hp3URkXdD5Y0ODFNS9BiGp+KlDPFEwG8BpvJ8YOEsPw4bUi\/2ZfFvI+yUo6bB6UNktWxnf4lmaypMEWxLeDMpjFOk+oEd0BHROx8CH\/yO8evxuRT8VvIuUZNGxCV5rhg0JuoX4mU6PMrNXI1gmsn+2MAowiMdKFi4RwridpnAteVZWR03Tb9Vxd2Ba2SSfDp+OU8qyQfQ\/LHWE74Ng5sjnOSLr2zTLYiicUbuTrw4DCFsdq4hPetoJXgVtRntbZ2afSYdcQexctVDRb4Isflr\/ZXwIDAQAB", "manifest_version": 2, "name": "Amazon Merch Trademark Hunt", "permissions": [ "tabs", "https:\/\/merch.amazon.com\/merch-*\/title-setup\/*\/add_details", "http:\/\/tmhunt.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |