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文件
下載Dropshipping Hunter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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'" } } |