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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | https://autofill.mercherworld.com/ |
عنوان صفحة سياسة الخصوصية | 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" } } |