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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}