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是由rskextention開發的Chrome擴展程式,該擴展的主要功能是“Fills the form automatically in the assisted-service.egov-nsdl.com and myutiitsl website based on the cookies created from a website”。

擴展截圖

screenshot

下載Form Fill Utility擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}