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 |
电子邮箱 | [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": [ " |