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ファイルをダウンロード
KDP Quick Fill拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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\/*" ] } ] } |