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
官方網址 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"
    }
}