Input Filler

Fills all inputs on a page with a specific value

Input Filler क्या है?

Input Filler Aaron Didner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fills all inputs on a page with a specific value"।

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

screenshot
screenshot

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

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

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

                        This chrome extension takes all text input boxes on a page and fills them with a user specified value. 

The benefit is that if a user were doing data entry and many text input's on the page all had some sort of value the chrome extension could populate all of them at once rather than having to do all of them by hand.                    

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

नाम Input Filler Input Filler
ID jenbiknnohffkkbaabolppehhfaemdgn
आधिकारिक URL https://chromewebstore.google.com/detail/input-filler/jenbiknnohffkkbaabolppehhfaemdgn
विवरण Fills all inputs on a page with a specific value
फ़ाइल का आकार 11.69 KB
स्थापना संख्या 96
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2022-02-03
प्रकाशन तिथि 2022-01-12
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Aaron Didner
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/adidner/input-filler
गोपनीयता नीति पृष्ठ URL https://github.com/adidner/input-filler/blob/main/privacy_policy.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Input Filler",
    "description": "Fills all inputs on a page with a specific value",
    "version": "1.1.1",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icons": {
            "16": "chrome-extension-logos\/logo-2.2-16x16.png",
            "32": "chrome-extension-logos\/logo-2.2-32x32.png",
            "48": "chrome-extension-logos\/logo-2.2-48x48.png",
            "128": "chrome-extension-logos\/logo-2.2-128x128.png"
        }
    },
    "icons": {
        "16": "chrome-extension-logos\/logo-2.2-16x16.png",
        "32": "chrome-extension-logos\/logo-2.2-32x32.png",
        "48": "chrome-extension-logos\/logo-2.2-48x48.png",
        "128": "chrome-extension-logos\/logo-2.2-128x128.png"
    }
}