autoFill

autoFill is used to fill the form field with random value

autoFill क्या है?

autoFill cognitiveatom द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "autoFill is used to fill the form field with random value"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में autoFill एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        autoFill is use for an tester and developer to fill the form (contain x number of fields) by random value for their testing.                    

एक्सटेंशन की मूल जानकारी

नाम autoFill autoFill
ID acpgjmjldamjjinpkchgnimfcdilcilb
आधिकारिक URL https://chromewebstore.google.com/detail/autofill/acpgjmjldamjjinpkchgnimfcdilcilb
विवरण autoFill is used to fill the form field with random value
फ़ाइल का आकार 1.21 MB
स्थापना संख्या 556
वर्तमान संस्करण 1.1
अंतिम अपडेट 2019-11-06
प्रकाशन तिथि 2019-11-05
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर cognitiveatom
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "autoFill",
    "short_name": "form fill",
    "description": "autoFill is used to fill the form field with random value",
    "version": "1.1",
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "assets\/img\/logo\/icon16.png",
        "48": "assets\/img\/logo\/icon48.png",
        "128": "assets\/img\/logo\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/www.paypal.com https:\/\/www.paypalobjects.com; object-src 'self'"
}