KDP Autofill
KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.
Τι είναι το KDP Autofill;
Το KDP Autofill είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.mercherworld.com, και η κύρια λειτουργία του είναι "KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης KDP Autofill
Λήψη αρχείων επέκτασης KDP Autofill σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | KDP Autofill |
ID | hkaaadbdciidjlkjdlhagcomlinjeffp |
Επίσημο URL | https://chromewebstore.google.com/detail/kdp-autofill/hkaaadbdciidjlkjdlhagcomlinjeffp |
Περιγραφή | KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle. |
Μέγεθος Αρχείου | 99.69 KB |
Αριθμός Εγκαταστάσεων | 6,187 |
Τρέχουσα Έκδοση | 2.0.0.4 |
Τελευταία Ενημέρωση | 2022-10-22 |
Ημερομηνία Δημοσίευσης | 2020-01-12 |
Αξιολόγηση | 3.91/5 Συνολικά 35 Αξιολογήσεις |
Προγραμματιστής | https://www.mercherworld.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Ιστότοπος Επέκτασης | https://autofill.mercherworld.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://autofill.mercherworld.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://mercherworld.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | 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" } } |