HowTui Scout

Free Amazon Product Research Software

Hvad er HowTui Scout?

HowTui Scout er en Chrome-udvidelse udviklet af HowTui, og dens hovedfunktion er "Free Amazon Product Research Software".

Udvidelsesskærmbilleder

screenshot

Download HowTui Scout-udvidelses-CRX-fil

Download HowTui Scout-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn HowTui Scout HowTui Scout
ID mlcliflflniiamanegdkbnpjkgpaeabj
Officiel URL https://chrome.google.com/webstore/detail/howtui-scout/mlcliflflniiamanegdkbnpjkgpaeabj
Beskrivelse Free Amazon Product Research Software
Filstørrelse 2.46 MB
Antal Installationer 301
Nuværende Version 1.0.1
Senest Opdateret 2019-03-08
Udgivelsesdato 2019-03-08
Bedømmelse 1.89/5 Samlet 9 Bedømmelser
Udvikler HowTui
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.howtui.com
Understøttede Sprog 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"
    ]
}