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."입니다.
확장 프로그램 스크린샷
BookTrakr Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } } |