YouFit Autofill

YouFit autofill will fill username and password automatically in predefined sites

YouFit Autofill क्या है?

YouFit Autofill hgopani द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "YouFit autofill will fill username and password automatically in predefined sites"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        YouFit Autofill extension will use for YouFit NonSSO Users. 
When user open the NonSSO Application then dialog box will open for fill the username and password for predefined application.

When user fill out the credentials for application then YouFit Autofill extension automatically identified username and password for application.

- Access your password and username wherever and whenever you need them 
- Autofill the right username and password on all your accounts. 
- Create username and strong passwords and save new logins as you browse.
- Create strong, unique passwords for each of your accounts with AES-256-bit encryption.
- Easily update and replace passwords whenever you reset them.                    

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

नाम YouFit Autofill YouFit Autofill
ID fgfelhgjfammjjdmbcplpahmfcchlpmb
आधिकारिक URL https://chromewebstore.google.com/detail/youfit-autofill/fgfelhgjfammjjdmbcplpahmfcchlpmb
विवरण YouFit autofill will fill username and password automatically in predefined sites
फ़ाइल का आकार 141 KB
स्थापना संख्या 81
वर्तमान संस्करण 1.2
अंतिम अपडेट 2021-11-11
प्रकाशन तिथि 2021-09-11
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर hgopani
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.youfit.com/
सहायता पृष्ठ URL https://support.youfit.com/
गोपनीयता नीति पृष्ठ URL https://www.youfit.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouFit Autofill",
    "description": "YouFit autofill will fill username and password automatically in predefined sites",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/main.js",
                "js\/lodash.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": "YFLogo.png",
        "default_popup": "index.html",
        "default_title": "YouFit Autofill"
    }
}