HowTui Scout

Free Amazon Product Research Software

HowTui Scout là gì?

HowTui Scout là một tiện ích mở rộng Chrome được phát triển bởi HowTui, và tính năng chính của nó là "Free Amazon Product Research Software".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng HowTui Scout

Tải xuống các tệp mở rộng HowTui Scout dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HowTui Scout HowTui Scout
ID mlcliflflniiamanegdkbnpjkgpaeabj
URL Chính Thức https://chrome.google.com/webstore/detail/howtui-scout/mlcliflflniiamanegdkbnpjkgpaeabj
Mô tả Free Amazon Product Research Software
Kích Thước Tệp 2.46 MB
Số Lần Cài Đặt 301
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 1.89/5 Tổng số 9 Đánh Giá
Nhà Phát Triển HowTui
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.howtui.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}