HowTui Scout
Free Amazon Product Research Software
Apa itu HowTui Scout?
HowTui Scout adalah ekstensi Chrome yang dikembangkan oleh HowTui, dan fitur utamanya adalah "Free Amazon Product Research Software".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HowTui Scout
Unduh file ekstensi HowTui Scout dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | mlcliflflniiamanegdkbnpjkgpaeabj |
URL Resmi | https://chrome.google.com/webstore/detail/howtui-scout/mlcliflflniiamanegdkbnpjkgpaeabj |
Deskripsi | Free Amazon Product Research Software |
Ukuran File | 2.46 MB |
Jumlah Instalasi | 301 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2019-03-08 |
Tanggal Publikasi | 2019-03-08 |
Penilaian | 1.89/5 Total 9 Penilaian |
Pengembang | HowTui |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.howtui.com |
Bahasa yang Didukung | 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": [ " |