ScribeCount

ScribeCount helps indie authors and publishers to track their Royalties and Profits across platforms and marketplaces.

ScribeCount là gì?

ScribeCount là một tiện ích mở rộng Chrome được phát triển bởi https://www.scribecount.com, và tính năng chính của nó là "ScribeCount helps indie authors and publishers to track their Royalties and Profits across platforms and marketplaces.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ScribeCount

Tải xuống các tệp mở rộng ScribeCount dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ScribeCount is an author services company that provides sales reporting, ad tracking, social media management, marketing and analytics tools, and news aggregation, all in one real-time easy to read platform. No need to visit multiple websites every day to gather the data you need to make informed business decisions. Track your business by sales platform, pen name, series, format, and more, all in one place. Scribecount uses this browser extension to capture the data automatically from these platforms.

With ScribeCount you have instant access to your data from any online device allowing you to save time, save money, and increase your writing output. See what’s working and what isn’t with the click of the mouse. It’s now easier than ever to become a successful indie author.

ScribeCount. Numbers from your Words. Spend less time maintaining your business and more time expanding it. Relax and write the next book, we’ve got you covered.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ScribeCount ScribeCount
ID lajmpenkmmnefcpobpfdkinlhicliadg
URL Chính Thức https://chromewebstore.google.com/detail/scribecount/lajmpenkmmnefcpobpfdkinlhicliadg
Mô tả ScribeCount helps indie authors and publishers to track their Royalties and Profits across platforms and marketplaces.
Kích Thước Tệp 92.22 KB
Số Lần Cài Đặt 1,831
Phiên Bản Hiện Tại 1.5.3.8
Cập Nhật Lần Cuối 2023-12-07
Ngày Phát Hành 2020-12-01
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.scribecount.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://portal.scribecount.com
URL Trang Trợ Giúp https://scribecount.com/contact-us/
URL Trang Chính Sách Bảo Mật https://scribecount.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "ScribeCount helps indie authors and publishers to track their Royalties and Profits across platforms and marketplaces.",
    "version": "1.5.3.8",
    "name": "ScribeCount",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Click to initiate sync data and open ScribeCount",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "16": "icon-16.png",
        "34": "icon-34.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "alarms",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.scribecount.com\/*",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.co.uk\/*",
        "https:\/\/*.amazon.ca\/*",
        "https:\/\/*.amazon.com.mx\/*",
        "https:\/\/*.amazon.com.br\/*",
        "https:\/\/*.amazon.de\/*",
        "https:\/\/*.amazon.it\/*",
        "https:\/\/*.amazon.sa\/*",
        "https:\/\/*.amazon.com.tr\/*",
        "https:\/\/*.amazon.es\/*",
        "https:\/\/*.amazon.fr\/*",
        "https:\/\/*.amazon.in\/*",
        "https:\/\/*.amazon.ae\/*",
        "https:\/\/*.amazon.nl\/*",
        "https:\/\/*.amazon.se\/*",
        "https:\/\/*.amazon.pl\/*",
        "https:\/\/*.amazon.eg\/*",
        "https:\/\/*.amazon.co.jp\/*",
        "https:\/\/*.amazon.com.au\/*",
        "https:\/\/*.amazon.sg\/*",
        "https:\/\/*.amazon.cn\/*",
        "https:\/\/*.amazonaws.com\/*",
        "https:\/\/*.barnesandnoble.com\/*",
        "https:\/\/*.kobo.com\/*",
        "https:\/\/*.draft2digital.com\/*",
        "https:\/\/*.apple.com\/*",
        "https:\/\/*.google.com\/*",
        "https:\/\/*.googleusercontent.com\/*",
        "https:\/\/*.smashwords.com\/*",
        "https:\/\/*.ingramspark.com\/*",
        "https:\/\/*.findawayvoices.com\/*",
        "https:\/\/*.findawayworld.com\/*",
        "cookies",
        "*:\/\/*.findawayvoices.com\/*",
        "*:\/\/*.findaway.com\/*",
        "*:\/\/*.acx.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.scribecount.com\/*"
            ],
            "js": [
                "myContentScript.bundle.js"
            ]
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}