Kindle Niche Hunter

Kindle Niche Hunter (KNH) allows indie publishers to find profitable Kindle eBooks and Books niches on Amazon.

Kindle Niche Hunterคืออะไร?

Kindle Niche Hunter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.privatelabelmastery.com และคุณลักษณะหลักของมันคือ "Kindle Niche Hunter (KNH) allows indie publishers to find profitable Kindle eBooks and Books niches on Amazon."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kindle Niche Hunter

ดาวน์โหลดไฟล์ส่วนขยาย Kindle Niche Hunter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Kindle Niche Hunter (KNH) allows indie publishers to find profitable Kindle eBooks and Books niches on Amazon Kindle Desktop Publishing (KDP) Platform. You need to sign up on https://PrivateLabelMastery.com to get started!

KNH tool includes many powerful features to help you launch your next Best Seller book in three easy steps:

1. Find profitable niches and Amazon Best Sellers Kindle eBook as well as Books categories using avg. monthly and daily revenues. You can freely browse through Amazon categories and Kindle Niche Hunter will show you all sales data LIVE. In a matter of minutes, you will have a niche category and keywords that you can use for your next book.

2. Narrow down your profitable  niche searches using our powerful proprietary boolean search interface. This would help you narrow down all of the relevant analytics you need to know about similar books. 

3. Verify your finalists by actually tracking sales for similar books that are being sold on Amazon.com. This would ensure that those best sellers are not one-time hits and would make good sources of recurring revenue.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kindle Niche Hunter Kindle Niche Hunter
ID lngghkmjphcabbkegpjlaihlpdafjnjc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/kindle-niche-hunter/lngghkmjphcabbkegpjlaihlpdafjnjc
คำอธิบาย Kindle Niche Hunter (KNH) allows indie publishers to find profitable Kindle eBooks and Books niches on Amazon.
ขนาดไฟล์ 419 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2017-09-18
วันที่เผยแพร่ 2017-09-18
คะแนน 2.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://www.privatelabelmastery.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://privatelabelmastery.com
URL หน้าช่วยเหลือ https://privatelabelmastery.com/help
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.6",
    "manifest_version": 2,
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "assets\/images\/icon.png",
        "38": "assets\/images\/icon.png",
        "128": "assets\/images\/icon.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "assets\/scripts\/jquery.js",
            "assets\/scripts\/common.js",
            "assets\/scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/34.230.77.124\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.com\/*",
                "*:\/\/www.amazon.ca\/*",
                "*:\/\/www.amazon.com.au\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.amazon.de\/*",
                "*:\/\/www.amazon.es\/*",
                "*:\/\/www.amazon.fr\/*",
                "*:\/\/www.amazon.in\/*",
                "*:\/\/www.amazon.it\/*",
                "*:\/\/www.amazon.co.jp\/*"
            ],
            "js": [
                "assets\/scripts\/jquery.js",
                "assets\/scripts\/parser.js",
                "assets\/scripts\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "assets\/images\/icon.png",
            "38": "assets\/images\/icon.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "assets\/html\/popup.html"
    },
    "web_accessible_resources": [
        "assets\/images\/icon.png",
        "assets\/images\/user_icon.jpg"
    ]
}