Quick Products Report
Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon.
Quick Products Report란 무엇입니까?
Quick Products Report은(는) https://skugrid.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon."입니다.
확장 프로그램 스크린샷
Quick Products Report 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon search results. QPR is the must have tool for product research, keyword research and sales analysis. Everybody rely on the accurate data when making business decisions — and that’s where Quick Products Report (aka QPR) is an essential tool. By enabling QPR in the Chrome browser, you can evaluate product opportunities as you search Amazon’s catalog, making product research quick and easy.
확장 프로그램 기본 정보
이름 | Quick Products Report |
ID | ecdfpmgmelliopodkgejjhbohkapojgd |
공식 URL | https://chromewebstore.google.com/detail/quick-products-report/ecdfpmgmelliopodkgejjhbohkapojgd |
설명 | Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon. |
파일 크기 | 2.05 MB |
설치 횟수 | 211 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2022-03-01 |
출시 날짜 | 2022-02-04 |
평점 | 3.40/5 총 5 개의 평점 |
개발자 | https://skugrid.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://skuhunter.com/ |
도움말 페이지 URL | http://support.skuhunter.com/support/home |
개인정보 보호 정책 페이지 URL | https://skugrid.com/web/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quick Products Report", "version": "1.1.0", "minimum_chrome_version": "93.0.4577", "description": "Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon.", "icons": { "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "64": "img\/logo-64.png", "128": "img\/logo-128.png" }, "externally_connectable": { "matches": [] }, "content_scripts": [ { "matches": [ "https:\/\/*.amazon.com\/*" ], "js": [ "js\/beforeContent.bundle.js", "js\/content.bundle.js" ] } ], "background": { "service_worker": "js\/background.bundle.js" }, "action": { "default_title": "QPR" }, "permissions": [ "identity" ], "content_security_policy": [] } |