BookEdge
BookEdge the ADVANCED Amazon Author Reporting Tool
BookEdge क्या है?
BookEdge https://bookedge.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BookEdge the ADVANCED Amazon Author Reporting Tool"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BookEdge एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Unlock the power of Amazon Author Central with in depth data analysis BookEdge automatically imports your data from Kindle Direct Publishing and Author Central. It includes all these features that Amazon do not have: - Compare Royalties between dates - Group Royalties & Ranks by Series - Export Filtered Royalty Data into CSV Format - In-depth Book & Audiobook Rank Data - Days in top charts - Month breakdowns - View your Best Ranks for multiple regions - View Peer Titles Rank History - Be able to see other authors ranks and rank history with in depth rank data - Actual Earning Reports - See what money actually hits your bank account instead of 'Estimated Earnings' - Calculate Estimated Borrows - View Pre-orders grouped by region It will fetch your latest royalties, page reads and sale numbers and present them in easy to read graphs. All your data is fully encrypted & secure. See all your book ranks in real time across different regions. No more refreshing browser on all your amazon books to see how your book is ranking.
एक्सटेंशन की मूल जानकारी
नाम | BookEdge |
ID | ifjngfpepgmgongpllodfdndmemnjgoc |
आधिकारिक URL | https://chromewebstore.google.com/detail/bookedge/ifjngfpepgmgongpllodfdndmemnjgoc |
विवरण | BookEdge the ADVANCED Amazon Author Reporting Tool |
फ़ाइल का आकार | 298 KB |
स्थापना संख्या | 1,045 |
वर्तमान संस्करण | 1.8 |
अंतिम अपडेट | 2023-11-04 |
प्रकाशन तिथि | 2021-03-02 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | https://bookedge.co |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://bookedge.co/ |
सहायता पृष्ठ URL | https://bookedge.co/ |
गोपनीयता नीति पृष्ठ URL | https://bookedge.co/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BookEdge", "description": "BookEdge the ADVANCED Amazon Author Reporting Tool", "version": "1.8", "browser_action": [], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.bookedge.local\/*", "*:\/\/bookedge.local\/*", "*:\/\/bookedge.co\/*", "*:\/\/*.bookedge.co\/*" ], "js": [ "contentScript.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "web_accessible_resources": [ "beInject.js" ], "permissions": [ "webRequest", "webRequestBlocking", "storage", "cookies", "*:\/\/*.bookedge.local\/*", "*:\/\/*.bookedge.co\/*", "*:\/\/*.amazon.com\/*" ], "optional_permissions": [ "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.com.au\/*" ] } |