BookEdge
BookEdge the ADVANCED Amazon Author Reporting Tool
¿Qué es BookEdge?
BookEdge es una extensión de Chrome desarrollada por https://bookedge.co, y su función principal es "BookEdge the ADVANCED Amazon Author Reporting Tool".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión BookEdge
Descarga archivos de extensión BookEdge en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | BookEdge |
ID | ifjngfpepgmgongpllodfdndmemnjgoc |
URL Oficial | https://chromewebstore.google.com/detail/bookedge/ifjngfpepgmgongpllodfdndmemnjgoc |
Descripción | BookEdge the ADVANCED Amazon Author Reporting Tool |
Tamaño del Archivo | 298 KB |
Cantidad de Instalaciones | 1,045 |
Versión Actual | 1.8 |
Última Actualización | 2023-11-04 |
Fecha de Publicación | 2021-03-02 |
Calificación | 5.00/5 Total de 6 Calificaciones |
Desarrollador | https://bookedge.co |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | https://bookedge.co/ |
URL de la Página de Ayuda | https://bookedge.co/ |
URL de la Página de Política de Privacidad | https://bookedge.co/privacy |
Idiomas Soportados | 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\/*" ] } |