BigTracker

Amazon product research, keyword scout & sales estimator. Find profitable products & competitor’s keywords at once.

BigTracker란 무엇입니까?

BigTracker은(는) https://www.bqool.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazon product research, keyword scout & sales estimator. Find profitable products & competitor’s keywords at once."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Conveniently uncover profitable products and highly relevant keywords, all in real time. 

The all-new BigTracker Extension is designed by BQool and delivers the convenience and simplicity of product and keyword research right into your Chrome Browser. With the integrated Product Research, Keyword Generator and Reverse ASIN functionality, sellers can effortlessly identify key metrics of profitable products and highlight relevant keywords that convert, all the while browsing on Amazon. The BigTracker Extension is the solution that will jump-start your journey to becoming an Amazon Top Seller. 

☛ Product Research, Keyword Generator and Reverse tools are available for Amazon US, UK, DE, FR, ES, IT, JP.  

BigTracker functionality includes: 
★ View the Rich Metrics You Need with One Click 
Get the real time product data on Amazon search result page: 
✓ Historical Price and Sales Rank data 
✓ Total reviews and rating 
✓ Accurate sales and revenue estimates  
✓ Estimated FBA fees 
✓ Product Profit Calculator 
✓ Frequency Word List  
✓ and much more! 

★ Get Insights from Amazon Search Term  
Explore more profitable keyword opportunities from just searching on Amazon search bar with the help of BigTracker extension. BigTracker will assist you conduct product research or find high-volume keywords to increase organic traffic and skyrocket your sales. 

★ Decode the Keyword Strategy of High Rank Product 
BigTracker Reverse ASIN inspires your next keyword ideas and helps you discover the secret keyword strategy implemented on hot selling products. Pick an ASIN and Reverse ASIN tool can uncover its relevant keywords with search volume, organic and sponsored ranks and more.  

★ Big Data Keyword Analytics 
Identify Popular Keywords, Hot New Keywords and Seasonal Keywords based on the search volume trend. Understand the seasonal fluctuations in keyword and demand to take one step further to beat your competitors.  

Sign up BigCentral on https://acc.bqool.com/freetrial to get 14 day free trial for BigCentral software suite and the BigTracker Chrome extension.  

Send an E-mail to [email protected] to help you get started. 

https://www.bqool.com/                    

확장 프로그램 기본 정보

이름 BigTracker BigTracker
ID dephbpajmknbniclommefdlnflkfnpgh
공식 URL https://chromewebstore.google.com/detail/bigtracker/dephbpajmknbniclommefdlnflkfnpgh
설명 Amazon product research, keyword scout & sales estimator. Find profitable products & competitor’s keywords at once.
파일 크기 1.1 MB
설치 횟수 2,095
현재 버전 2.1.7.0
최근 업데이트 2023-04-10
출시 날짜 2020-04-29
평점 5.00/5 총 3 개의 평점
개발자 https://www.bqool.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.bqool.com
도움말 페이지 URL https://www.bqool.com/contact-us/#contact
개인정보 보호 정책 페이지 URL https://www.bqool.com/privacy-policy
지원되는 언어 en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.1.7.0",
    "version_name": "2.1.7.0",
    "permissions": [
        "storage",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.de\/*",
        "https:\/\/*.amazon.es\/*",
        "https:\/\/*.amazon.fr\/*",
        "https:\/\/*.amazon.co.uk\/*",
        "https:\/\/*.amazon.co.jp\/*",
        "https:\/\/*.amazon.it\/*",
        "https:\/\/wsbigtracker.bqool.com\/",
        "https:\/\/clients2.google.com\/"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; font-src 'self' https:\/\/fonts.gstatic.com;",
    "web_accessible_resources": [
        "*"
    ],
    "icons": {
        "16": "icon\/background\/icon_16.png",
        "48": "icon\/background\/icon_48.png",
        "64": "icon\/background\/icon_64.png",
        "128": "icon\/background\/icon_128.png"
    },
    "browser_action": {
        "default_title": "__MSG_appName__",
        "default_icon": {
            "16": "icon\/browser\/browser-gray_icon_16.png",
            "48": "icon\/browser\/browser-gray_icon_48.png",
            "64": "icon\/browser\/browser-gray_icon_64.png",
            "128": "icon\/browser\/browser-gray_icon_128.png"
        },
        "default_popup": "html\/popup_menu.html"
    },
    "background": {
        "scripts": [
            "config.js",
            "vendor\/jquery-3.3.1.min.js",
            "vendor\/jquery-i18next.min.js",
            "vendor\/i18next.min.js",
            "js\/common\/common.min.js",
            "js\/background\/background.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.it\/*"
            ],
            "css": [
                "css\/extension_style.css",
                "css\/fix_style.css"
            ],
            "js": [
                "config.js",
                "vendor\/jquery-3.3.1.min.js",
                "vendor\/jQuery.fixTableHeader.js",
                "vendor\/jquery.blockUI.js",
                "vendor\/jquery.colorbox.js",
                "vendor\/jqDnR.js",
                "vendor\/jquery.tablesorter.min.js",
                "vendor\/handlebars.runtime-v4.0.11.js",
                "vendor\/jquery-i18next.min.js",
                "vendor\/i18next.min.js",
                "vendor\/jquery.validate.min.js",
                "vendor\/jquery.validate.bq.js",
                "vendor\/trunk8.js",
                "js\/common\/common.min.js",
                "js\/templates\/handlebars.templates.js",
                "js\/content\/content.min.js",
                "js\/modules\/localization.js",
                "js\/modules\/blockUI.bq.js",
                "js\/modules\/launchWebApp.js"
            ],
            "run_at": "document_start"
        }
    ]
}