KDP Quick Fill
Quick fill forms with just one click and boost productivity with our time-saving chrome extension.
KDP Quick Fill란 무엇입니까?
KDP Quick Fill은(는) https://kdpquickfill.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick fill forms with just one click and boost productivity with our time-saving chrome extension."입니다.
확장 프로그램 스크린샷
KDP Quick Fill 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
KDP Quick Fill is a must-have Chrome extension for all authors who publish their books on Kindle Direct Publishing (KDP). This tool is designed to help you save time and streamline the book publishing process by eliminating the need to repeatedly fill out forms with the same information. With KDP Quick Fill, you can easily save and store your frequently used information such as book title, author name, ISBN, book description, keywords, and more. Once you've saved this information, you can quickly fill out the necessary forms on the KDP platform with just a few clicks. This eliminates the need to manually enter the same information over and over again, saving you valuable time and increasing your productivity. The KDP Quick Fill extension is easy to use and can be customized to suit your specific needs. It is ideal for authors who publish multiple books on KDP or for those who frequently update their book details. With this tool, you can streamline the book publishing process and focus on what really matters – creating and promoting your books. Install KDP Quick Fill today and take the first step towards faster, more efficient book publishing on KDP.
확장 프로그램 기본 정보
이름 | KDP Quick Fill |
ID | fckajnmhhcmpcnehjfdlhnpliiphalmf |
공식 URL | https://chromewebstore.google.com/detail/kdp-quick-fill/fckajnmhhcmpcnehjfdlhnpliiphalmf |
설명 | Quick fill forms with just one click and boost productivity with our time-saving chrome extension. |
파일 크기 | 45.85 KB |
설치 횟수 | 175 |
현재 버전 | 2.5.0.11 |
최근 업데이트 | 2024-02-15 |
출시 날짜 | 2023-07-21 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://kdpquickfill.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://kdpquickfill.com/ |
도움말 페이지 URL | https://kdpquickfill.com/contact |
개인정보 보호 정책 페이지 URL | https://kdpquickfill.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KDP Quick Fill", "description": "Quick fill forms with just one click and boost productivity with our time-saving chrome extension.", "version": "2.5.0.11", "manifest_version": 3, "host_permissions": [ "https:\/\/kdpquickfill.com\/*" ], "options_page": "options\/options.html", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "unlimitedStorage" ], "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "content_scripts": [ { "js": [ "scripts\/script.mini.js" ], "matches": [ "https:\/\/*.amazon.com\/*", "https:\/\/kdpquickfill.com\/*" ] } ] } |