ScribeCount

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

ScribeCount란 무엇입니까?

ScribeCount은(는) https://www.scribecount.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ScribeCount helps indie authors and publishers to track their Royalties and Profits across platforms and marketplaces."입니다.

확장 프로그램 스크린샷

screenshot

ScribeCount 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 ScribeCount ScribeCount
ID lajmpenkmmnefcpobpfdkinlhicliadg
공식 URL https://chromewebstore.google.com/detail/scribecount/lajmpenkmmnefcpobpfdkinlhicliadg
설명 ScribeCount helps indie authors and publishers to track their Royalties and Profits across platforms and marketplaces.
파일 크기 92.22 KB
설치 횟수 1,831
현재 버전 1.5.3.8
최근 업데이트 2023-12-07
출시 날짜 2020-12-01
평점 4.00/5 총 4 개의 평점
개발자 https://www.scribecount.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://portal.scribecount.com
도움말 페이지 URL https://scribecount.com/contact-us/
개인정보 보호 정책 페이지 URL https://scribecount.com/privacy-policy
지원되는 언어 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'"
}