HowTui Scout

Free Amazon Product Research Software

Was ist HowTui Scout?

HowTui Scout ist eine Chrome-Erweiterung, die von HowTui entwickelt wurde, und ihr Hauptmerkmal ist "Free Amazon Product Research Software".

Erweiterungsscreenshots

screenshot

HowTui Scout-Erweiterungs-CRX-Datei herunterladen

Laden Sie HowTui Scout-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name HowTui Scout HowTui Scout
ID mlcliflflniiamanegdkbnpjkgpaeabj
Offizielle URL https://chrome.google.com/webstore/detail/howtui-scout/mlcliflflniiamanegdkbnpjkgpaeabj
Beschreibung Free Amazon Product Research Software
Dateigröße 2.46 MB
Installationsanzahl 301
Aktuelle Version 1.0.1
Letztes Update 2019-03-08
Veröffentlichungsdatum 2019-03-08
Bewertung 1.89/5 Insgesamt 9 Bewertungen
Entwickler HowTui
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.howtui.com
Unterstützte Sprachen 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"
    ]
}