KDP Autofill
KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.
Was ist KDP Autofill?
KDP Autofill ist eine Chrome-Erweiterung, die von https://www.mercherworld.com entwickelt wurde, und ihr Hauptmerkmal ist "KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.".
Erweiterungsscreenshots
KDP Autofill-Erweiterungs-CRX-Datei herunterladen
Laden Sie KDP Autofill-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
KDP Auto Fill Help you save the book information and details so you don't have to fill it out every time you want to upload a book. it saves you a lot of time and hustle and also there are no errors or typos once you do the first filling correctly. Amazon KDP Automation Gets Easier!
Grundlegende Informationen zur Erweiterung
Name | KDP Autofill |
ID | hkaaadbdciidjlkjdlhagcomlinjeffp |
Offizielle URL | https://chromewebstore.google.com/detail/kdp-autofill/hkaaadbdciidjlkjdlhagcomlinjeffp |
Beschreibung | KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle. |
Dateigröße | 99.69 KB |
Installationsanzahl | 6,187 |
Aktuelle Version | 2.0.0.4 |
Letztes Update | 2022-10-22 |
Veröffentlichungsdatum | 2020-01-12 |
Bewertung | 3.91/5 Insgesamt 35 Bewertungen |
Entwickler | https://www.mercherworld.com |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://autofill.mercherworld.com/ |
Hilfeseite URL | https://autofill.mercherworld.com/ |
URL der Datenschutzrichtlinien-Seite | https://mercherworld.com/privacy-policy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "KDP Autofill", "description": "KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.", "version": "2.0.0.4", "host_permissions": [ "https:\/\/kdp.amazon.com\/*", "https:\/\/autofill.mercherworld.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/kdp.amazon.com\/en_US\/title-setup\/paperback\/*\/details*" ], "js": [ "js\/jquery-3.1.1.min.js", "js\/details.min.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/kdp.amazon.com\/en_US\/title-setup\/paperback\/*\/pricing*" ], "js": [ "js\/jquery-3.1.1.min.js", "js\/pricing.min.js" ] }, { "matches": [ "https:\/\/kdp.amazon.com\/en_US\/title-setup\/paperback\/*\/content*" ], "js": [ "js\/jquery-3.1.1.min.js", "js\/content.min.js" ] } ], "background": { "service_worker": "js\/background.js" }, "options_page": "options.html", "permissions": [ "storage", "activeTab" ], "icons": { "128": "img\/icon.png" }, "action": { "default_popup": "popup.html" } } |