MerchTools
Merch by Amazon Sellers Toolbox.
MerchTools란 무엇입니까?
MerchTools은(는) MerchTools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Merch by Amazon Sellers Toolbox."입니다.
확장 프로그램 스크린샷
MerchTools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- Highlight and quick search keywords on Amazon.com. - Show the B.S.R., the upload date, the parent ASIN, and the main keywords(beta) on Amazon.com.
확장 프로그램 기본 정보
이름 | MerchTools |
ID | cmhaijgncfpbbhfnieobpbadekcpjpol |
공식 URL | https://chromewebstore.google.com/detail/merchtools/cmhaijgncfpbbhfnieobpbadekcpjpol |
설명 | Merch by Amazon Sellers Toolbox. |
파일 크기 | 104 KB |
설치 횟수 | 8,138 |
현재 버전 | 1.4 |
최근 업데이트 | 2021-03-03 |
출시 날짜 | 2020-05-23 |
평점 | 4.41/5 총 46 개의 평점 |
개발자 | MerchTools |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://policies.merchtools.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "\/js\/lib\/merchtools.js", "\/js\/background\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/*" ], "run_at": "document_end", "js": [ "\/js\/lib\/jquery-3.3.1.js", "\/js\/content\/AZ_HUD_c.js" ] } ], "description": "Merch by Amazon Sellers Toolbox.", "icons": { "128": "\/img\/ico\/icon128.png", "16": "\/img\/ico\/icon16.png", "48": "\/img\/ico\/icon48.png" }, "manifest_version": 2, "name": "MerchTools", "permissions": [ "contextMenus" ], "version": "1.4", "web_accessible_resources": [ "\/img\/*" ] } |