Copy Tags KDP Title Generator Search Amazon
Get tags from Amazon KDP searches and generates titles so you can list your books faster.
Copy Tags KDP Title Generator Search Amazonคืออะไร?
Copy Tags KDP Title Generator Search Amazon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://copytasker.com และคุณลักษณะหลักของมันคือ "Get tags from Amazon KDP searches and generates titles so you can list your books faster."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy Tags KDP Title Generator Search Amazon
ดาวน์โหลดไฟล์ส่วนขยาย Copy Tags KDP Title Generator Search Amazon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Want your book to show up at the top of Amazon KDP? It's easy. You just need the right tags. Copytasker for KDP copies all the top tags for any KDP keyword search. Plus as a bonus, it also Generates a Title for you and has a Trademark searcher that you can use anywhere. Do your KDP keyword research faster than ever before! ✔ Get Top Tags from KDP ✔ Generates Book Titles ✔ Trademark search (Highlight text and Right click) ✔ Print on Demand dashboard (Click on the extension and hit 'Options') Primarily made to be used for Low content books, but is also great for mid and high content. How it works: - Search any keyword at Amazon.com - Click the extension and choose if you want to generate a title, get the top tags, all tags, etc. - They will automatically be copied to your clipboard so all you have to do now is paste then where you want them. Extract tags from given searches with ease and boost your SEO. As a Kindle direct publisher, the best way to get more sales is to get more traffic. Let Copytasker start helping you with your KDP store today!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Copy Tags KDP Title Generator Search Amazon |
ID | iclajnmcfgjakokfeiknobkgikoojpmn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/copy-tags-kdp-title-gener/iclajnmcfgjakokfeiknobkgikoojpmn |
คำอธิบาย | Get tags from Amazon KDP searches and generates titles so you can list your books faster. |
ขนาดไฟล์ | 4.8 MB |
จำนวนการติดตั้ง | 524 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2022-10-27 |
วันที่เผยแพร่ | 2022-10-01 |
ผู้พัฒนา | https://copytasker.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://copytasker.com |
URL หน้าช่วยเหลือ | https://copytasker.com/docs/ |
URL หน้านโยบายความเป็นส่วนตัว | https://copytasker.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Tags KDP Title Generator Search Amazon", "version": "1.1", "manifest_version": 3, "description": "Get tags from Amazon KDP searches and generates titles so you can list your books faster.", "permissions": [ "storage", "scripting", "activeTab", "tabs", "contextMenus" ], "icons": { "16": "rb22.png", "48": "rb22.png", "128": "rb22.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "host_permissions": [ "https:\/\/merch.amazon.com\/*", "http:\/\/merch.amazon.com\/*", "https:\/\/www.amazon.com\/*", "http:\/\/www.amazon.com\/*", "*:\/\/*.amazon.ae\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.eg\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.nl\/*", "*:\/\/*.amazon.sa\/*", "*:\/\/*.amazon.se\/*", "*:\/\/*.amazon.sg\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.com.br\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.com.tr\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Copy Tags KDP Title Generator for KDP - Copytasker", "default_popup": "popup.html", "default_icon": { "32": "rb22.png" } }, "options_page": ".\/options.html", "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*" ], "resources": [ "images\/*.png" ] } ] } |