HowTui Scout

Free Amazon Product Research Software

Wat is HowTui Scout?

HowTui Scout is een Chrome-extensie ontwikkeld door HowTui, en de belangrijkste functie is "Free Amazon Product Research Software".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HowTui Scout

Download HowTui Scout-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam HowTui Scout HowTui Scout
ID mlcliflflniiamanegdkbnpjkgpaeabj
Officiële URL https://chrome.google.com/webstore/detail/howtui-scout/mlcliflflniiamanegdkbnpjkgpaeabj
Beschrijving Free Amazon Product Research Software
Bestandsgrootte 2.46 MB
Aantal Installaties 301
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-03-08
Publicatiedatum 2019-03-08
Beoordeling 1.89/5 Totaal 9 Beoordelingen
Ontwikkelaar HowTui
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.howtui.com
Ondersteunde Talen 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"
    ]
}