Auto form filler
fill out forms by one click
Auto form filler क्या है?
Auto form filler sammerche84 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "fill out forms by one click"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Auto form filler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Just click on the extension icon on the top right corner of your browser and get values filled. The extension helps the users to fill a form with junk values on a click of a button. You can easily make changes to the junk values and submitting the form. The extension intelligently fills the value of the form field, so in-case of a phone number / email it will provide you a valid format, but sometimes your may need to edit them. Key features: - Absolutely no configuration required. - Just click on the extension icon on the top right corner of your browser and get values filled. - Fills random values for unrecognised fields.
एक्सटेंशन की मूल जानकारी
नाम | Auto form filler |
ID | kbglaobalcgfdgbbjinnnfmnfafomdcl |
आधिकारिक URL | https://chromewebstore.google.com/detail/auto-form-filler/kbglaobalcgfdgbbjinnnfmnfafomdcl |
विवरण | fill out forms by one click |
फ़ाइल का आकार | 17.17 KB |
स्थापना संख्या | 553 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-09-15 |
प्रकाशन तिथि | 2021-09-14 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | sammerche84 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0", "name": " Auto form filler", "description": "fill out forms by one click", "permissions": [ "activeTab" ], "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] } } |