KDP Spy by Book Bolt
KDP Spy is brought to you by BookBolt.io. Please follow these steps to install KDP Spy and begin using it. Step 1: Install the…
KDP Spy by Book Boltคืออะไร?
KDP Spy by Book Bolt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bookbolt.io และคุณลักษณะหลักของมันคือ "KDP Spy is brought to you by BookBolt.io. Please follow these steps to install KDP Spy and begin using it. Step 1: Install the…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KDP Spy by Book Bolt
ดาวน์โหลดไฟล์ส่วนขยาย KDP Spy by Book Bolt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
KDP Spy is brought to you by BookBolt.io. Please follow these steps to install KDP Spy and begin using it. Step 1: Install the extension in Chrome, click on the icon from the upper right hand corner menu, and log in with your Book Bolt credentials. Step 2: Head over to Amazon.com (the extension currently works with the USA .com version of Amazon). Step 3: Enter a keyword into the Amazon search box, and click on the Amazon search button. Step 4: Once the results populate from your search, click on the KDP Spy extension from your Chrome browser. This will pop up the extension. Step 5: Click on the "start" button inside of KDP Spy, which will begin bringing back the data that you need for your research! When it comes to producing low content or no content books and journals on the KDP platform, it is essential that you know what is selling! The goal is to offer new products on KDP to an audience that is underserved. Book Bolt's KDP Spy lets you find niches quickly which will put more royalties in your pocket. Use KDP Spy on Amazon page to pull the ASIN, image, and title of the Amazon page. You also will be able to see crucial information such as price, BSR, product rating, estimated sales and estimated revenue for each low or no content book that has been uploaded to KDP. With KDP Spy, you can quickly find niches that are in hot demand and know how much revenue they are bringing in for these products. This will let you enter the market with your own unique designs on your low/no content books and take over the market. Earning royalties through KDP with low/no content books and journals has never been easier!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | KDP Spy by Book Bolt |
ID | eimimdbkklcfefabegnlclkfakkfdcpc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kdp-spy-by-book-bolt/eimimdbkklcfefabegnlclkfakkfdcpc |
คำอธิบาย | KDP Spy is brought to you by BookBolt.io. Please follow these steps to install KDP Spy and begin using it. Step 1: Install the… |
ขนาดไฟล์ | 88.63 KB |
จำนวนการติดตั้ง | 76,496 |
เวอร์ชันปัจจุบัน | 3.0.19 |
อัปเดตครั้งล่าสุด | 2023-12-14 |
วันที่เผยแพร่ | 2020-05-05 |
คะแนน | 2.48/5 รวมทั้งหมด 66 คะแนน |
ผู้พัฒนา | https://bookbolt.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://bookbolt.io/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KDP Spy by Book Bolt", "description": "", "background": { "scripts": [ "scripts\/background.min.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/icon.png", "default_title": "" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*" ], "js": [ "scripts\/content.min.js" ], "css": [ "styles\/content.min.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/loader.svg", "images\/cross.svg", "images\/logo.png" ], "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com; object-src 'self'", "icons": { "128": "images\/icon.png", "16": "images\/icon.png", "48": "images\/icon.png" }, "manifest_version": 2, "permissions": [ "storage", "https:\/\/members.bookbolt.io\/", "https:\/\/www.amazon.com\/", "https:\/\/completion.amazon.com\/" ], "version": "3.0.19" } |