HowTui Scout

Free Amazon Product Research Software

Qu'est-ce que HowTui Scout ?

HowTui Scout est une extension Chrome développée par HowTui, et sa fonction principale est "Free Amazon Product Research Software".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HowTui Scout

Téléchargez les fichiers d'extension HowTui Scout au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom HowTui Scout HowTui Scout
ID mlcliflflniiamanegdkbnpjkgpaeabj
URL Officiel https://chrome.google.com/webstore/detail/howtui-scout/mlcliflflniiamanegdkbnpjkgpaeabj
Description Free Amazon Product Research Software
Taille du Fichier 2.46 MB
Nombre d'Installations 301
Version Actuelle 1.0.1
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 1.89/5 Total 9 Évaluations
Développeur HowTui
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.howtui.com
Langues Prises en Charge 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": [
        "",
        "*:\/\/www.amazon.com\/*",
        "background",
        "tabs",
        "bookmarks",
        "storage",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_icon": "howtui-icon-32.png"
    },
    "web_accessible_resources": [
        "fontawesome-webfont.*",
        "howtui-icon-16.png",
        "howtui-icon-32.png",
        "howtui-icon-128.png",
        "howtui-128.png",
        "index.html"
    ]
}