Titans Quick View - Amazon Niche Finder

Niche & Keyword Research Tool, Amazon Quick View BSR Data for Amazon KDP & MBA

什麼是Titans Quick View - Amazon Niche Finder?

Titans Quick View - Amazon Niche Finder是由https://selfpublishingtitans.com開發的Chrome擴展程式,該擴展的主要功能是“Niche & Keyword Research Tool, Amazon Quick View BSR Data for Amazon KDP & MBA”。

擴展截圖

screenshot

下載Titans Quick View - Amazon Niche Finder擴展crx文件

下載Titans Quick View - Amazon Niche Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This Titans Amazon Quick View works on all Amazon marketplaces. This extension will help you with niche & keyword research for Amazon FBA, KDP and Merch by Amazon.

TOP EXTENSION BAR DATA FEATURES:
* Average Amazon BSR (Best Seller Rank)
* Average BSR calculation
* Average price calculation
* Average reviews calculation
* Keyword / Niche Score calculation 
* Download data option

SINGLE PRODUCT BOX DATA FEATURES:
* Main BSR & Sub BSR
* Type of Book
* Page count
* Book size
* Publish date

You can simply click the download button, and it will create an excel file with all ASINs, Author/Seller names and all Titles for every product on the home page. You can use this for research and best of all for ads creations to target all the best sellers directly as a product campaign, a keyword campaign targeting their author name as well as the book title.

This keyword niche score is an algorithm that I have been perfecting over the last year and use daily for research. It is recommend finding niches with a score of 62% and higher. This algorithm takes into account all listings on the first page and goes through how many exact product results there are, how many results on the first page, what all the prices are and the average,  what the reviews are and the average, what all individual BSR are and the average and then uses all the data combined into a very thorough algorithm to determine how easy it will be to compete and rank on page 1 and what keywords to use for ads to get the best traction in rankings.

You can't simply rely on just how many results and some BSR data. What is the results and BSR is good, but every book on page 1 has a TON of reviews, or MOST books have some low price that you can't really compete with, especially with no reviews and no ads... The algorithm takes everything into consideration. 

Imagine how much easier publishing book with Kindle Direct Publishing can become. No more guess work on Amazon search pages, no more time consuming copy & pasting, no more endless calculations. 

I hope this brings you lots of ease and success with your KDP Amazon journey. 

Happy Selling from Self Publishing Titans                    

擴展基本資訊

名稱 Titans Quick View - Amazon Niche Finder Titans Quick View - Amazon Niche Finder
ID eefljgmhgaidffapnppcmmafobefjece
官方網址 https://chromewebstore.google.com/detail/titans-quick-view-amazon/eefljgmhgaidffapnppcmmafobefjece
簡介 Niche & Keyword Research Tool, Amazon Quick View BSR Data for Amazon KDP & MBA
檔案大小 6.08 MB
安裝次數 71,086
目前版本 8.19
更新時間 2024-02-01
上架時間 2020-09-20
評分 4.02/5 共 52 次評分
開發者 https://selfpublishingtitans.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://selfpublishingtitans.com/
說明頁面URL https://selfpublishingtitans.com/contact-us/
隱私政策頁面URL https://www.selfpublishingtitans.com/terms/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Titans Quick View - Amazon Niche Finder",
    "version": "8.19",
    "description": "Niche & Keyword Research Tool, Amazon Quick View BSR Data for Amazon KDP & MBA",
    "author": "selfpublishingtitans.com - Titans Quick View",
    "minimum_chrome_version": "90",
    "permissions": [
        "storage",
        "background",
        "activeTab"
    ],
    "action": {
        "default_title": "Titans Quick View - Amazon Niche Finder",
        "default_popup": "loader.html",
        "default_icon": {
            "16": "images\/icon-64.png",
            "32": "images\/icon-64.png",
            "48": "images\/icon-64.png",
            "64": "images\/icon-64.png",
            "128": "images\/icon-64.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "incognito": "spanning",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "lib\/xlsx.full.min.js",
                "lib\/jquery-3.3.1.min.js",
                "lib\/accounting.min.js",
                "lib\/chartjs\/chart.js",
                "lib\/chartjs\/hammer.min.js",
                "lib\/chartjs\/chartjs-plugin-zoom.min.js",
                "lib\/chartjs\/chartjs-adapter-date-fns.bundle.min.js",
                "js\/content\/style.js",
                "js\/content\/content-constants.js",
                "js\/content\/content.js"
            ],
            "run_at": "document_end",
            "css": [
                "css\/content.css"
            ],
            "exclude_matches": [
                "*:\/\/*.sellercentral-europe.amazon.com\/*",
                "*:\/\/*.sellercentral.amazon.com\/*",
                "*:\/\/*.sellercentral.amazon.ca\/*",
                "*:\/\/*.sellercentral.amazon.co.uk\/*",
                "*:\/\/*.sellercentral.amazon.de\/*",
                "*:\/\/*.sellercentral.amazon.es\/*",
                "*:\/\/*.sellercentral.amazon.fr\/*",
                "*:\/\/*.sellercentral.amazon.it\/*",
                "*:\/\/*.ams.amazon.com\/*",
                "*:\/\/*.ams.amazon.ca\/*",
                "*:\/\/*.ams.amazon.co.uk\/*",
                "*:\/\/*.ams.amazon.de\/*",
                "*:\/\/*.ams.amazon.es\/*",
                "*:\/\/*.ams.amazon.fr\/*",
                "*:\/\/*.ams.amazon.it\/*",
                "*:\/\/*.advertising.amazon.com\/*",
                "*:\/\/*.advertising.amazon.ca\/*",
                "*:\/\/*.advertising.amazon.co.uk\/*",
                "*:\/\/*.advertising.amazon.de\/*",
                "*:\/\/*.advertising.amazon.es\/*",
                "*:\/\/*.advertising.amazon.fr\/*",
                "*:\/\/*.advertising.amazon.it\/*",
                "*:\/\/*.merch.amazon.com\/*",
                "*:\/\/*.aws.amazon.com\/*"
            ]
        },
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.pl\/*",
                "*:\/\/*.amazon.sa\/*",
                "*:\/\/*.amazon.se\/*",
                "*:\/\/*.amazon.sg\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.ae\/*"
            ],
            "all_frames": false,
            "js": [
                "js\/content\/keepa-graph.js"
            ],
            "run_at": "document_end",
            "css": [
                "css\/content.css"
            ],
            "exclude_matches": [
                "*:\/\/*.sellercentral-europe.amazon.com\/*",
                "*:\/\/*.sellercentral.amazon.com\/*",
                "*:\/\/*.sellercentral.amazon.ca\/*",
                "*:\/\/*.sellercentral.amazon.co.uk\/*",
                "*:\/\/*.sellercentral.amazon.de\/*",
                "*:\/\/*.sellercentral.amazon.es\/*",
                "*:\/\/*.sellercentral.amazon.fr\/*",
                "*:\/\/*.sellercentral.amazon.it\/*",
                "*:\/\/*.ams.amazon.com\/*",
                "*:\/\/*.ams.amazon.ca\/*",
                "*:\/\/*.ams.amazon.co.uk\/*",
                "*:\/\/*.ams.amazon.de\/*",
                "*:\/\/*.ams.amazon.es\/*",
                "*:\/\/*.ams.amazon.fr\/*",
                "*:\/\/*.ams.amazon.it\/*",
                "*:\/\/*.advertising.amazon.com\/*",
                "*:\/\/*.advertising.amazon.ca\/*",
                "*:\/\/*.advertising.amazon.co.uk\/*",
                "*:\/\/*.advertising.amazon.de\/*",
                "*:\/\/*.advertising.amazon.es\/*",
                "*:\/\/*.advertising.amazon.fr\/*",
                "*:\/\/*.advertising.amazon.it\/*",
                "*:\/\/*.merch.amazon.com\/*",
                "*:\/\/*.aws.amazon.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-64.png",
        "32": "images\/icon-64.png",
        "48": "images\/icon-64.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-64.png"
    },
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon-64.png",
                "images\/bullhorn-solid.png",
                "images\/home-solid.png",
                "images\/publishing.png",
                "images\/logo2.png",
                "images\/Download_icon.png",
                "images\/right-arrow.png",
                "images\/newpic.png",
                "images\/icon-200.png",
                "images\/cursor.png",
                "welcome.html"
            ],
            "matches": [
                "https:\/\/selfpublishingtitans.com\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.com.tr\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.sa\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.au\/*",
                "https:\/\/www.amazon.sg\/*",
                "https:\/\/www.amazon.pl\/*",
                "https:\/\/www.amazon.se\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.selfpublishingtitans.com\/*"
        ]
    }
}