KDP Autofill
KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.
Hvad er KDP Autofill?
KDP Autofill er en Chrome-udvidelse udviklet af https://www.mercherworld.com, og dens hovedfunktion er "KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.".
Udvidelsesskærmbilleder
Download KDP Autofill-udvidelses-CRX-fil
Download KDP Autofill-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | KDP Autofill |
ID | hkaaadbdciidjlkjdlhagcomlinjeffp |
Officiel URL | https://chromewebstore.google.com/detail/kdp-autofill/hkaaadbdciidjlkjdlhagcomlinjeffp |
Beskrivelse | KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle. |
Filstørrelse | 99.69 KB |
Antal Installationer | 6,187 |
Nuværende Version | 2.0.0.4 |
Senest Opdateret | 2022-10-22 |
Udgivelsesdato | 2020-01-12 |
Bedømmelse | 3.91/5 Samlet 35 Bedømmelser |
Udvikler | https://www.mercherworld.com |
[email protected] | |
Betalingsmetode | in_app |
Udvidelseswebsted | https://autofill.mercherworld.com/ |
Hjælpeside-URL | https://autofill.mercherworld.com/ |
URL til Fortrolighedspolitik Side | https://mercherworld.com/privacy-policy |
Understøttede Sprog | 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" } } |