BookEdge

BookEdge the ADVANCED Amazon Author Reporting Tool

BookEdgeとは何ですか?

BookEdgeはhttps://bookedge.coによって開発されたChromeの拡張機能で、その主な機能は「BookEdge the ADVANCED Amazon Author Reporting Tool」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

BookEdge拡張機能のCRXファイルをダウンロード

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 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
Eメール [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\/*"
    ]
}