BookTrakr Button

Fetch your Amazon or Kobo sales and upload them to BookTrakr automatically with the click of a button.

什麼是BookTrakr Button?

BookTrakr Button是由Jack Royal-Gordon開發的Chrome擴展程式,該擴展的主要功能是“Fetch your Amazon or Kobo sales and upload them to BookTrakr automatically with the click of a button.”。

擴展截圖

screenshot

下載BookTrakr Button擴展crx文件

下載BookTrakr Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        For BookTrakr users, this extension simplifies the process of getting KDP sales numbers to BookTrakr by automating the KDP Dashboard to generate the appropriate reports and then automatically uploading them to the BookTrakr website. Users can see what we are doing with KDP as all operations are carried out by navigating in the user's browser.                    

擴展基本資訊

名稱 BookTrakr Button BookTrakr Button
ID llgckgmlfabfbmbgnnijgfhhbkpmihlb
官方網址 https://chromewebstore.google.com/detail/booktrakr-button/llgckgmlfabfbmbgnnijgfhhbkpmihlb
簡介 Fetch your Amazon or Kobo sales and upload them to BookTrakr automatically with the click of a button.
檔案大小 26.5 KB
安裝次數 105
目前版本 1.0.1
更新時間 2022-01-04
上架時間 2021-11-30
開發者 Jack Royal-Gordon
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BookTrakr Button",
    "version": "1.0.1",
    "description": "Fetch your Amazon or Kobo sales and upload them to BookTrakr automatically with the click of a button.",
    "icons": {
        "64": "Icon-64.png",
        "128": "Icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/button.png",
            "32": "images\/button-2x.png"
        },
        "default_title": "Fetch BookTrakr Sales"
    },
    "background": {
        "scripts": [
            "all\/browser-polyfill.min.js",
            "all\/message-handler.js",
            "all\/promise-relay.js",
            "event\/request-real.js",
            "event\/user-tokens.js",
            "event\/server-high-level.js",
            "event\/tab-storage.js",
            "event\/injections.js",
            "event\/toolbar.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.booktrakr.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.kobo.com\/*",
                "*:\/\/localhost\/*"
            ],
            "js": [
                "all\/browser-polyfill.min.js",
                "all\/message-handler.js",
                "all\/promise-relay.js",
                "page\/agnostic.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.booktrakr.com\/*",
        "*:\/\/localhost\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/kdp-export-dashboard.s3.amazonaws.com\/*",
        "*:\/\/kdp-export-pmr.s3.amazonaws.com\/*",
        "*:\/\/kdp-monthly-reports.s3.us-west-2.amazonaws.com\/*",
        "*:\/\/*.kobo.com\/*",
        "storage",
        "webNavigation"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0",
            "update_url": "https:\/\/www.booktrakr.com\/uploads\/downloads\/firefox-updates.json"
        }
    }
}