YouFit Autofill

YouFit autofill will fill username and password automatically in predefined sites

YouFit Autofill là gì?

YouFit Autofill là một tiện ích mở rộng Chrome được phát triển bởi hgopani, và tính năng chính của nó là "YouFit autofill will fill username and password automatically in predefined sites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouFit Autofill

Tải xuống các tệp mở rộng YouFit Autofill dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouFit Autofill YouFit Autofill
ID fgfelhgjfammjjdmbcplpahmfcchlpmb
URL Chính Thức https://chromewebstore.google.com/detail/youfit-autofill/fgfelhgjfammjjdmbcplpahmfcchlpmb
Mô tả YouFit autofill will fill username and password automatically in predefined sites
Kích Thước Tệp 141 KB
Số Lần Cài Đặt 81
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2021-11-11
Ngày Phát Hành 2021-09-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển hgopani
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.youfit.com/
URL Trang Trợ Giúp https://support.youfit.com/
URL Trang Chính Sách Bảo Mật https://www.youfit.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}