BookEdge
BookEdge the ADVANCED Amazon Author Reporting Tool
BookEdge란 무엇입니까?
BookEdge은(는) https://bookedge.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BookEdge the ADVANCED Amazon Author Reporting Tool"입니다.
확장 프로그램 스크린샷
BookEdge 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Unlock the power of Amazon Author Central with in depth data analysis BookEdge automatically imports your data from Kindle Direct Publishing and Author Central. It includes all these features that Amazon do not have: - Compare Royalties between dates - Group Royalties & Ranks by Series - Export Filtered Royalty Data into CSV Format - In-depth Book & Audiobook Rank Data - Days in top charts - Month breakdowns - View your Best Ranks for multiple regions - View Peer Titles Rank History - Be able to see other authors ranks and rank history with in depth rank data - Actual Earning Reports - See what money actually hits your bank account instead of 'Estimated Earnings' - Calculate Estimated Borrows - View Pre-orders grouped by region It will fetch your latest royalties, page reads and sale numbers and present them in easy to read graphs. All your data is fully encrypted & secure. See all your book ranks in real time across different regions. No more refreshing browser on all your amazon books to see how your book is ranking.
확장 프로그램 기본 정보
이름 | BookEdge |
ID | ifjngfpepgmgongpllodfdndmemnjgoc |
공식 URL | https://chromewebstore.google.com/detail/bookedge/ifjngfpepgmgongpllodfdndmemnjgoc |
설명 | BookEdge the ADVANCED Amazon Author Reporting Tool |
파일 크기 | 298 KB |
설치 횟수 | 1,045 |
현재 버전 | 1.8 |
최근 업데이트 | 2023-11-04 |
출시 날짜 | 2021-03-02 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | https://bookedge.co |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://bookedge.co/ |
도움말 페이지 URL | https://bookedge.co/ |
개인정보 보호 정책 페이지 URL | https://bookedge.co/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BookEdge", "description": "BookEdge the ADVANCED Amazon Author Reporting Tool", "version": "1.8", "browser_action": [], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.bookedge.local\/*", "*:\/\/bookedge.local\/*", "*:\/\/bookedge.co\/*", "*:\/\/*.bookedge.co\/*" ], "js": [ "contentScript.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "web_accessible_resources": [ "beInject.js" ], "permissions": [ "webRequest", "webRequestBlocking", "storage", "cookies", "*:\/\/*.bookedge.local\/*", "*:\/\/*.bookedge.co\/*", "*:\/\/*.amazon.com\/*" ], "optional_permissions": [ "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.com.au\/*" ] } |