BookEdge

BookEdge the ADVANCED Amazon Author Reporting Tool

Qu'est-ce que BookEdge ?

BookEdge est une extension Chrome développée par https://bookedge.co, et sa fonction principale est "BookEdge the ADVANCED Amazon Author Reporting Tool".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension BookEdge

Téléchargez les fichiers d'extension BookEdge au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom BookEdge BookEdge
ID ifjngfpepgmgongpllodfdndmemnjgoc
URL Officiel https://chromewebstore.google.com/detail/bookedge/ifjngfpepgmgongpllodfdndmemnjgoc
Description BookEdge the ADVANCED Amazon Author Reporting Tool
Taille du Fichier 298 KB
Nombre d'Installations 1,045
Version Actuelle 1.8
Dernière Mise à Jour 2023-11-04
Date de Publication 2021-03-02
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://bookedge.co
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://bookedge.co/
URL de la Page d'Aide https://bookedge.co/
URL de la Page de Politique de Confidentialité https://bookedge.co/privacy
Langues Prises en Charge 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\/*"
    ]
}