HowTui Scout
Free Amazon Product Research Software
Vad är HowTui Scout?
HowTui Scout är en Chrome-tillägg utvecklad av HowTui, och dess huvudfunktion är "Free Amazon Product Research Software".
Tilläggsskärmbilder
Ladda ner HowTui Scout-förlängningens CRX-fil
Ladda ner HowTui Scout-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | mlcliflflniiamanegdkbnpjkgpaeabj |
Officiell webbadress | https://chrome.google.com/webstore/detail/howtui-scout/mlcliflflniiamanegdkbnpjkgpaeabj |
Beskrivning | Free Amazon Product Research Software |
Filstorlek | 2.46 MB |
Antal Installationer | 301 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2019-03-08 |
Publiceringsdatum | 2019-03-08 |
Betyg | 1.89/5 Totalt 9 Betyg |
Utvecklare | HowTui |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.howtui.com |
Stödda Språk | 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": [ " |