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 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 फ़ाइल डाउनलोड करें
crx प्रारूप में KDP Autofill एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ |
सहायता पृष्ठ 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" } } |