Dropshipping Hunter
Dropshipping hunter has extensive features that will help you to find profitable products for dropshipping.
Dropshipping Hunter란 무엇입니까?
Dropshipping Hunter은(는) Parellel Loop Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dropshipping hunter has extensive features that will help you to find profitable products for dropshipping."입니다.
확장 프로그램 스크린샷
Dropshipping Hunter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Dropshipping Hunter gives you accessibility to view ASIN, Best Selling Rank, Number of FBA/FBM, Sold by Amazon on search page instead of opening the product page. Dropshipping Hunter helps you find best products for dropshipping by giving an option to hide items sold by amazon, prime items, also helps you find items which are out of stock, so you might grab the chance to dropship more products. Note*: No Login Required.
확장 프로그램 기본 정보
이름 | |
ID | ijbaojnjlbjfbbijjhkcommbnnledndg |
공식 URL | https://chromewebstore.google.com/detail/dropshipping-hunter/ijbaojnjlbjfbbijjhkcommbnnledndg |
설명 | Dropshipping hunter has extensive features that will help you to find profitable products for dropshipping. |
파일 크기 | 2.27 MB |
설치 횟수 | 139 |
현재 버전 | 0.0.7 |
최근 업데이트 | 2023-02-06 |
출시 날짜 | 2022-03-10 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Parellel Loop Inc. |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dropshipping Hunter", "description": "Dropshipping hunter has extensive features that will help you to find profitable products for dropshipping.", "version": "0.0.7", "manifest_version": 3, "permissions": [ "tabs", "storage", "identity", "identity.email" ], "background": { "service_worker": "background.bundle.js" }, "action": { "default_title": "dropshipping-hunter", "default_icon": "images\/icon-128.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "38": "images\/icon-38.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/s*" ], "js": [ "content_script.bundle.js" ], "run_at": "document_idle" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'" } } |