KDSPY – Keyword Research for Authors

KDSPY is a time-saving book research companion that every author – fiction or non-fiction – should have in their toolbox.

KDSPY – Keyword Research for Authors क्या है?

KDSPY – Keyword Research for Authors https://www.publishingaltitude.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "KDSPY is a time-saving book research companion that every author – fiction or non-fiction – should have in their toolbox."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में KDSPY – Keyword Research for Authors एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Allowing you to research your competitors, track competitor sales, find lucrative niche markets, high-performing categories, profitable keywords, and compelling title ideas – all while you're browsing Amazon.

Let's face it – self-publishing is tough.

For many independent authors, publishers & writers, finding enough hours in the day to accomplish everything that's required...

Is no easy task.

With KDSPY however, you'll reduce your workload with time-saving & efficient tools when it comes to essential research of your niche market, the competitor landscape and profitable keywords.

KDSPY can help you:

* Establish Topic Demand – Find out what books are selling – with revenue estimates – and up to the hour sales statistics in one click.

* Find Your Niche – Discover the "profitable" book niches or sub-genres to get inspiration for your next title.

* Category Research – Reverse engineer the bestseller categories in any of the 32,000+ Book, Kindle or Audiobook categories.

* Competitor Sales Tracking – Monitor and track your competitor's book(s) over 30 days to see their Est. Revenue & Avg. BSR.

* Keyword Research – Find and compare the profitability of keywords for topic ideas & use within your Amazon KDP account

And so much more.

Please note: KDSPY v5 is NOT free to use and requires a paid account.

We're constantly updating KDSPY to make your experience the best it can be. If you have any questions of feedback, we'd love to hear it. You can always get it touch at: [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम KDSPY – Keyword Research for Authors KDSPY – Keyword Research for Authors
ID oocoibgfbhcplhnfdjldohepoeboiloo
आधिकारिक URL https://chromewebstore.google.com/detail/kdspy-%E2%80%93-keyword-research/oocoibgfbhcplhnfdjldohepoeboiloo
विवरण KDSPY is a time-saving book research companion that every author – fiction or non-fiction – should have in their toolbox.
फ़ाइल का आकार 3.2 MB
स्थापना संख्या 66,844
वर्तमान संस्करण 5.13.3
अंतिम अपडेट 2024-01-25
प्रकाशन तिथि 2020-06-19
रेटिंग 3.92/5 कुल 24 रेटिंग्स
डेवलपर https://www.publishingaltitude.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.kdspy.com/
सहायता पृष्ठ URL https://www.publishingaltitude.com/contact-us/
गोपनीयता नीति पृष्ठ URL https://www.publishingaltitude.com/legal-notices/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KDSPY \u2013 Keyword Research for Authors",
    "description": "KDSPY is a time-saving book research companion that every author \u2013 fiction or non-fiction \u2013 should have in their toolbox.",
    "version": "5.13.3",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/images\/zoom-16.png",
        "48": "assets\/images\/zoom-48.png",
        "128": "assets\/images\/zoom-128.png"
    },
    "action": {
        "default_icon": {
            "19": "assets\/images\/zoom-19.png",
            "38": "assets\/images\/zoom-38.png"
        },
        "default_title": "KDSPY",
        "default_popup": "\/pages\/popup\/popup.html"
    },
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "options_ui": {
        "page": "\/pages\/options\/options.html",
        "browser_style": false
    },
    "permissions": [
        "storage",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.publishingaltitude.com\/*",
        "*:\/\/*.google.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.pl\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.com.au\/*",
        "*:\/\/*.amazon.com.br\/*",
        "*:\/\/*.amazon.com.mx\/*"
    ],
    "optional_permissions": [
        "browsingData"
    ],
    "optional_host_permissions": [
        "https:\/\/chat.openai.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.pl\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.com.mx\/*"
            ],
            "run_at": "document_start",
            "js": [
                "\/libs\/ui.js",
                "\/libs\/other.js",
                "\/contentscripts\/pageScript.js"
            ]
        }
    ]
}