HowTui Scout

Free Amazon Product Research Software

HowTui Scout란 무엇입니까?

HowTui Scout은(는) HowTui에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free Amazon Product Research Software"입니다.

확장 프로그램 스크린샷

screenshot

HowTui Scout 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 HowTui Scout HowTui Scout
ID mlcliflflniiamanegdkbnpjkgpaeabj
공식 URL https://chrome.google.com/webstore/detail/howtui-scout/mlcliflflniiamanegdkbnpjkgpaeabj
설명 Free Amazon Product Research Software
파일 크기 2.46 MB
설치 횟수 301
현재 버전 1.0.1
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 1.89/5 총 9 개의 평점
개발자 HowTui
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.howtui.com
지원되는 언어 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"
    ]
}