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
公式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
Eメール [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"
            ]
        }
    ]
}