Pro SP Team - Form Filler

Form Filler

Pro SP Team - Form Filler क्या है?

Pro SP Team - Form Filler prospteam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Form Filler"।

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

screenshot

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

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

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

                        Pro SP Team - Form Filler fill all input with dummy data to make the developers test their form quickly and easily. By: The Lazy Programmers

Hotkeys:
Ctrl+Q= Open Filler.
Ctrl+Space= Fill Form.                    

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

नाम Pro SP Team - Form Filler Pro SP Team - Form Filler
ID ikkhdodpaccccflddcolbinclbjehbge
आधिकारिक URL https://chrome.google.com/webstore/detail/ikkhdodpaccccflddcolbinclbjehbge
विवरण Form Filler
फ़ाइल का आकार 112 KB
स्थापना संख्या 108
वर्तमान संस्करण 1.5
अंतिम अपडेट 2019-01-21
प्रकाशन तिथि 2019-01-17
रेटिंग 4.80/5 कुल 5 रेटिंग्स
डेवलपर prospteam
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pro SP Team - Form Filler",
    "version": "1.5",
    "description": "Form Filler",
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "form-filler-icon.png",
            "32": "form-filler-icon.png",
            "48": "form-filler-icon.png",
            "128": "form-filler-icon.png"
        }
    },
    "icons": {
        "16": "form-filler-icon.png",
        "32": "form-filler-icon.png",
        "48": "form-filler-icon.png",
        "128": "form-filler-icon.png"
    },
    "commands": {
        "fill_form": {
            "suggested_key": {
                "default": "Ctrl+Space",
                "windows": "Ctrl+Space",
                "mac": "Command+Space"
            },
            "description": "Ctrl Space"
        },
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "windows": "Ctrl+Q",
                "mac": "Command+Q"
            }
        }
    },
    "manifest_version": 2
}