HowTui Scout
Free Amazon Product Research Software
HowTui Scoutคืออะไร?
HowTui Scout เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HowTui และคุณลักษณะหลักของมันคือ "Free Amazon Product Research Software"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HowTui Scout
ดาวน์โหลดไฟล์ส่วนขยาย HowTui Scout ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
HowTui Scout helps you find top selling products to sell on Amazon and saves you time with Amazon product research. Simply click the Chrome extension, and HowTui Scout will show you the estimated monthly sales volume and revenue for products listed on Amazon. With HowTui Scout, you can find new, profitable product opportunities and spy on competitors. Be confident in your product research and grow your sales faster.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mlcliflflniiamanegdkbnpjkgpaeabj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/howtui-scout/mlcliflflniiamanegdkbnpjkgpaeabj |
คำอธิบาย | Free Amazon Product Research Software |
ขนาดไฟล์ | 2.46 MB |
จำนวนการติดตั้ง | 301 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2019-03-08 |
วันที่เผยแพร่ | 2019-03-08 |
คะแนน | 1.89/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | HowTui |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.howtui.com |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.1", "icons": { "128": "howtui-icon-128.png", "32": "howtui-icon-32.png", "16": "howtui-icon-16.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "assets\/ht-extension.css" ], "js": [ "assets\/vendor.js", "assets\/ht-extension.js", "injected.js" ], "matches": [ "http:\/\/*.amazon.com\/*", "https:\/\/*.amazon.com\/*", "http:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.co.uk\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ " |