KDP Extension
Preview book data on an Amazon search like BSR, royalties per book with estimated daily and monthly sales and profits.
Was ist KDP Extension?
KDP Extension ist eine Chrome-Erweiterung, die von https://kdpextension.com entwickelt wurde, und ihr Hauptmerkmal ist "Preview book data on an Amazon search like BSR, royalties per book with estimated daily and monthly sales and profits.".
Erweiterungsscreenshots
KDP Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie KDP Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | KDP Extension |
ID | lcknenpjnkghhjmjhlhmmbmnpolememl |
Offizielle URL | https://chromewebstore.google.com/detail/kdp-extension/lcknenpjnkghhjmjhlhmmbmnpolememl |
Beschreibung | Preview book data on an Amazon search like BSR, royalties per book with estimated daily and monthly sales and profits. |
Dateigröße | 59.52 KB |
Installationsanzahl | 3,367 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-02-01 |
Veröffentlichungsdatum | 2021-01-31 |
Bewertung | 2.50/5 Insgesamt 8 Bewertungen |
Entwickler | https://kdpextension.com |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://kdpextension.com |
Unterstützte Sprachen | 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'" } |