BookTrakr Button

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

BookTrakr Buttonคืออะไร?

BookTrakr Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jack Royal-Gordon และคุณลักษณะหลักของมันคือ "Fetch your Amazon or Kobo sales and upload them to BookTrakr automatically with the click of a button."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BookTrakr Button

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
        }
    }
}