Formbot

This extension will fill any inputs on the page

Formbot क्या है?

Formbot Maria Stellini द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will fill any inputs on the page"।

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

screenshot

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

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

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

                        Formbot features:
* Fills out web forms with just one click
* Saves time during web app manual testing by automatically filling fields with valid data
* Works with textboxes, checkboxes, radio buttons, dropdowns, text areas and all valid fields
* Predefined categories such as username, password, email, card number, domain, phone, etc.
* Every field is automatically associated with a category by using its property values
* Each category should be configured to use a predefined value or a valid randomly generated value
* Each category detection mechanism could be tweaked to better detect field types                    

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

नाम Formbot Formbot
ID ilnjaomgpkbmapjachcppgabkidbmnjc
आधिकारिक URL https://chromewebstore.google.com/detail/formbot/ilnjaomgpkbmapjachcppgabkidbmnjc
विवरण This extension will fill any inputs on the page
फ़ाइल का आकार 865 KB
स्थापना संख्या 279
वर्तमान संस्करण 2.0.0.0
अंतिम अपडेट 2021-12-05
प्रकाशन तिथि 2021-10-12
रेटिंग 3.57/5 कुल 14 रेटिंग्स
डेवलपर Maria Stellini
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Formbot",
    "short_name": "Fill forms",
    "description": "This extension will fill any inputs on the page",
    "version": "2.0.0.0",
    "options_page": "options\/options.html",
    "permissions": [
        "activeTab",
        "storage",
        "identity"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js",
            "scripts\/chance.js",
            "scripts\/moment.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Fill forms on page",
        "default_icon": {
            "19": "image19.png",
            "38": "image38.png",
            "48": "image48.png",
            "128": "image128.png"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com https:\/\/www.gstatic.com https:\/\/*.firebasedatabase.app; object-src 'self'",
    "icons": {
        "16": "image16.png",
        "48": "image48.png",
        "128": "image48.png"
    },
    "oauth2": {
        "client_id": "60597006424-mt3l7lem0vcirorvgd0j123dcoibrble.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0nSntjSV5+sLszpnViaAMQBaz25He3AuOjPvi5fl\/7t3ExtVXU+qJL2FjDXOwSkaa\/DJflI+5NRfZkwN\/zlot3gJ4WW05vG3SE7zeCkYKnQg\/+EcVWyacbq+Lsxcv6HlrRUZGN0W4+ktyOX8kMYNRAi1QmIuXgDymkKmJTeUWCbaIX5L68Qd9onVxZmW7\/OBTS1kX6fb\/upBOd9zDkchPaZNjDxr66lvZT38Ov+QBa9+hI0Tx1RhpeFYizquzr\/1gUsoUrxSSjVVCEl7HKjfnV5Zvn\/dTKkU55R4mxnZTgupcI4FtRmMa0+bTJeCBjV5rhFNF2gCZBlsNozColan9QIDAQAB"
}