HowTui Scout
Free Amazon Product Research Software
Cos'è HowTui Scout?
HowTui Scout è un'estensione di Chrome sviluppata da HowTui, e la sua funzione principale è "Free Amazon Product Research Software".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HowTui Scout
Scarica i file di estensione HowTui Scout in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mlcliflflniiamanegdkbnpjkgpaeabj |
URL Ufficiale | https://chrome.google.com/webstore/detail/howtui-scout/mlcliflflniiamanegdkbnpjkgpaeabj |
Descrizione | Free Amazon Product Research Software |
Dimensione del File | 2.46 MB |
Conteggio Installazioni | 301 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 1.89/5 Totale 9 Valutazioni |
Sviluppatore | HowTui |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.howtui.com |
Lingue Supportate | 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": [ " |