BookEdge
BookEdge the ADVANCED Amazon Author Reporting Tool
Τι είναι το BookEdge;
Το BookEdge είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://bookedge.co, και η κύρια λειτουργία του είναι "BookEdge the ADVANCED Amazon Author Reporting Tool".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης BookEdge
Λήψη αρχείων επέκτασης BookEdge σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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\/*" ] } |