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 |
官方網址 | 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": [ " |