Form Fill Utility

Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website

Form Fill Utilityคืออะไร?

Form Fill Utility เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rskextention และคุณลักษณะหลักของมันคือ "Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Form Fill Utility

ดาวน์โหลดไฟล์ส่วนขยาย Form Fill Utility ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        It fills the form based on the cookies that are created in the website. It reads the cookies from browser and fills the form                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Form Fill Utility Form Fill Utility
ID bekmfampknpcadmjekhhinmolcaidpaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/form-fill-utility/bekmfampknpcadmjekhhinmolcaidpaf
คำอธิบาย Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website
ขนาดไฟล์ 16.84 KB
จำนวนการติดตั้ง 13,118
เวอร์ชันปัจจุบัน 2.4
อัปเดตครั้งล่าสุด 2024-01-27
วันที่เผยแพร่ 2022-10-20
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา rskextention
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://ruraleservices.com/agent/privacypolicy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Form Fill Utility",
    "version": "2.4",
    "description": "Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website",
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/assisted-service.egov-nsdl.com\/*",
        "*:\/\/www.myutiitsl.com\/*",
        "*:\/\/ruraleservices.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3,
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/assisted-service.egov-nsdl.com\/*",
                "*:\/\/www.myutiitsl.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}