YouFit Autofill

YouFit autofill will fill username and password automatically in predefined sites

Apa itu YouFit Autofill?

YouFit Autofill adalah ekstensi Chrome yang dikembangkan oleh hgopani, dan fitur utamanya adalah "YouFit autofill will fill username and password automatically in predefined sites".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi YouFit Autofill

Unduh file ekstensi YouFit Autofill dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama YouFit Autofill YouFit Autofill
ID fgfelhgjfammjjdmbcplpahmfcchlpmb
URL Resmi https://chromewebstore.google.com/detail/youfit-autofill/fgfelhgjfammjjdmbcplpahmfcchlpmb
Deskripsi YouFit autofill will fill username and password automatically in predefined sites
Ukuran File 141 KB
Jumlah Instalasi 81
Versi Saat Ini 1.2
Terakhir Diperbarui 2021-11-11
Tanggal Publikasi 2021-09-11
Penilaian 5.00/5 Total 1 Penilaian
Pengembang hgopani
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.youfit.com/
URL Halaman Bantuan https://support.youfit.com/
URL Halaman Kebijakan Privasi https://www.youfit.com/privacy-policy
Bahasa yang Didukung 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"
    }
}