KDP Extension

Preview book data on an Amazon search like BSR, royalties per book with estimated daily and monthly sales and profits.

Wat is KDP Extension?

KDP Extension is een Chrome-extensie ontwikkeld door https://kdpextension.com, en de belangrijkste functie is "Preview book data on an Amazon search like BSR, royalties per book with estimated daily and monthly sales and profits.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie KDP Extension

Download KDP Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        KDP Extension is a simple yet porwerful tool for Low Content Book publishers.
It supercharge the Amazon search results with valuable data like BSR, royalties, estimated sales and profits in a daily and monthly basis.
Yout should install it if you would like to save a lot of time while looking for book niches or you are just tired of calculate sales in an ugly BSR calculator.                    

Basisinformatie over de Extensie

Naam KDP Extension KDP Extension
ID lcknenpjnkghhjmjhlhmmbmnpolememl
Officiële URL https://chromewebstore.google.com/detail/kdp-extension/lcknenpjnkghhjmjhlhmmbmnpolememl
Beschrijving Preview book data on an Amazon search like BSR, royalties per book with estimated daily and monthly sales and profits.
Bestandsgrootte 59.52 KB
Aantal Installaties 3,367
Huidige Versie 1.0
Laatst Bijgewerkt 2021-02-01
Publicatiedatum 2021-01-31
Beoordeling 2.50/5 Totaal 8 Beoordelingen
Ontwikkelaar https://kdpextension.com
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://kdpextension.com
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KDP Extension",
    "description": "Preview book data on an Amazon search like BSR, royalties per book with estimated daily and monthly sales and profits.",
    "version": "1.0",
    "icons": {
        "48": ".\/images\/logo-48x48.png",
        "128": ".\/images\/logo-128x128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.com\/s*"
            ],
            "js": [
                "js\/content-min.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/kdpextension.com\/*"
            ],
            "js": [
                "js\/bridge-min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html",
        "persisting": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com https:\/\/cdn.firebase.com https:\/\/www.googleapis.com; object-src 'self'"
}