Form Filler
Automatically fill the form on the website.
Form Filler क्या है?
Form Filler green3rd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically fill the form on the website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Form Filler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is to fill the input box on any form automatically. Its purpose is to fill the valid input to the form such as expired data, birthdate. If you found that the data it filled doesn't correct, please send a message to me. I'm more than happy to fix that for you.
एक्सटेंशन की मूल जानकारी
नाम | Form Filler |
ID | dgfgnhlcalihgnemejfldncmedabhfna |
आधिकारिक URL | https://chromewebstore.google.com/detail/form-filler/dgfgnhlcalihgnemejfldncmedabhfna |
विवरण | Automatically fill the form on the website. |
फ़ाइल का आकार | 144 KB |
स्थापना संख्या | 92 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-06-23 |
प्रकाशन तिथि | 2021-06-23 |
डेवलपर | green3rd |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Form Filler", "version": "1.0", "description": "Automatically fill the form on the website.", "manifest_version": 3, "permissions": [ "storage", "scripting" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" }, "options_page": "options.html" } |