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
官方網址 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\/*"
    ]
}