HowTui Scout
Free Amazon Product Research Software
HowTui Scoutとは何ですか?
HowTui ScoutはHowTuiによって開発されたChromeの拡張機能で、その主な機能は「Free Amazon Product Research Software」です。
拡張機能のスクリーンショット
HowTui Scout拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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": [ " |