KDP Quick Fill
Quick fill forms with just one click and boost productivity with our time-saving chrome extension.
Qu'est-ce que KDP Quick Fill ?
KDP Quick Fill est une extension Chrome développée par https://kdpquickfill.com, et sa fonction principale est "Quick fill forms with just one click and boost productivity with our time-saving chrome extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension KDP Quick Fill
Téléchargez les fichiers d'extension KDP Quick Fill au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | KDP Quick Fill |
ID | fckajnmhhcmpcnehjfdlhnpliiphalmf |
URL Officiel | https://chromewebstore.google.com/detail/kdp-quick-fill/fckajnmhhcmpcnehjfdlhnpliiphalmf |
Description | Quick fill forms with just one click and boost productivity with our time-saving chrome extension. |
Taille du Fichier | 45.85 KB |
Nombre d'Installations | 175 |
Version Actuelle | 2.5.0.11 |
Dernière Mise à Jour | 2024-02-15 |
Date de Publication | 2023-07-21 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://kdpquickfill.com |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://kdpquickfill.com/ |
URL de la Page d'Aide | https://kdpquickfill.com/contact |
URL de la Page de Politique de Confidentialité | https://kdpquickfill.com/privacy-policy |
Langues Prises en Charge | 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\/*" ] } ] } |