Merchlytics
Merchlytics by Merch Informer is a must have tool in your Merch by Amazon toolbox! Merchlytics was designed to display historical…
Merchlytics란 무엇입니까?
Merchlytics은(는) https://merchinformer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Merchlytics by Merch Informer is a must have tool in your Merch by Amazon toolbox! Merchlytics was designed to display historical…"입니다.
확장 프로그램 스크린샷
Merchlytics 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Merchlytics by Merch Informer is a must have tool in your Merch by Amazon toolbox! Merchlytics was designed to display historical t-shirt data over time directly on the Amazon page. This will allow you to see price trends and BSR trends without leaving Amazon as long as you have a Merch Informer Account. With Merchlytics, you will have the ability to judge how well a shirt is doing in a particular niche, understand how best sellers have changed their pricing strategy over time, and how this has affected the sellers rank on Amazon.
확장 프로그램 기본 정보
이름 | Merchlytics |
ID | aomlalciknfklfplgkpfehlfnnokafaa |
공식 URL | https://chromewebstore.google.com/detail/merchlytics/aomlalciknfklfplgkpfehlfnnokafaa |
설명 | Merchlytics by Merch Informer is a must have tool in your Merch by Amazon toolbox! Merchlytics was designed to display historical… |
파일 크기 | 176 KB |
설치 횟수 | 1,353 |
현재 버전 | 1.6 |
최근 업데이트 | 2019-04-01 |
출시 날짜 | 2019-04-01 |
평점 | 2.50/5 총 2 개의 평점 |
개발자 | 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": "Merchlytics", "description": "", "background": { "scripts": [ "vendor\/jquery-3.3.1.min.js", "scripts\/background.min.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/icon.png", "default_title": "Merchlytics", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*" ], "js": [ "vendor\/jquery-3.3.1.min.js", "vendor\/flot.min.js", "scripts\/content.min.js" ], "css": [ "styles\/content.min.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/checkbox-0.svg", "images\/checkbox-1.svg", "images\/loader.svg", "images\/cross.svg" ], "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:\/\/members.merchinformer.com\/", "https:\/\/us.amz-storage.merchinformer.com\/" ], "version": "1.6" } |