BookEdge
BookEdge the ADVANCED Amazon Author Reporting Tool
BookEdgeคืออะไร?
BookEdge เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bookedge.co และคุณลักษณะหลักของมันคือ "BookEdge the ADVANCED Amazon Author Reporting Tool"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BookEdge
ดาวน์โหลดไฟล์ส่วนขยาย BookEdge ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } |