YouFit Autofill

YouFit autofill will fill username and password automatically in predefined sites

YouFit Autofillคืออะไร?

YouFit Autofill เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hgopani และคุณลักษณะหลักของมันคือ "YouFit autofill will fill username and password automatically in predefined sites"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouFit Autofill

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}