KDP Extension
Preview book data on an Amazon search like BSR, royalties per book with estimated daily and monthly sales and profits.
KDP Extension क्या है?
KDP Extension https://kdpextension.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Preview book data on an Amazon search like BSR, royalties per book with estimated daily and monthly sales and profits."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में KDP Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | KDP Extension |
ID | lcknenpjnkghhjmjhlhmmbmnpolememl |
आधिकारिक URL | https://chromewebstore.google.com/detail/kdp-extension/lcknenpjnkghhjmjhlhmmbmnpolememl |
विवरण | Preview book data on an Amazon search like BSR, royalties per book with estimated daily and monthly sales and profits. |
फ़ाइल का आकार | 59.52 KB |
स्थापना संख्या | 3,367 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-02-01 |
प्रकाशन तिथि | 2021-01-31 |
रेटिंग | 2.50/5 कुल 8 रेटिंग्स |
डेवलपर | https://kdpextension.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://kdpextension.com |
समर्थित भाषाएँ | 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'" } |