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
Eメール [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"
    }
}