YouFit Autofill

YouFit autofill will fill username and password automatically in predefined sites

什么是YouFit Autofill?

YouFit Autofill是由hgopani开发的Chrome扩展程序,该扩展的主要功能是“YouFit autofill will fill username and password automatically in predefined sites”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载YouFit Autofill扩展crx文件

下载YouFit Autofill扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}