eKavach Login Manager

login daly multi eKavach id

eKavach Login Managerとは何ですか?

eKavach Login Managerはtalibs9898によって開発されたChromeの拡張機能で、その主な機能は「login daly multi eKavach id」です。

拡張機能のスクリーンショット

screenshot

eKavach Login Manager拡張機能のCRXファイルをダウンロード

eKavach Login Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        It help you to Login eKavach
eKavach Login Manager, help you to login multi account of eKavach by excel
it is a multi loginer extension  

Caption
1. eKavach Login Manager Filler is not official India government software, app and extension.
2. If you use this extension, then it will be your responsibility that how you are using this extension.
3. The main purpose of these extension is to make Data Entry easy, 
eKavach Login Manager will not have any responsibility in this.                    

拡張機能の基本情報

名前 eKavach Login Manager eKavach Login Manager
ID fnffcgdmajedffckmeffoaomoepooigf
公式URL https://chromewebstore.google.com/detail/ekavach-login-manager/fnffcgdmajedffckmeffoaomoepooigf
説明 login daly multi eKavach id
ファイルサイズ 741 KB
インストール数 88
現在のバージョン 1.0.1
最終更新日 2023-06-07
公開日 2023-06-01
開発者 talibs9898
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/live/272b64f1-bc92-487f-b79a-21f20ab001fd
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "eKavach Login Manager",
    "description": "login daly multi eKavach id",
    "version": "1.0.1",
    "manifest_version": 3,
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ekavach.upnrhm.gov.in\/imtecho-ui\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js",
                "options.html",
                "firebase\/firebase-app.js",
                "firebase\/firebase-auth.js",
                "firebase\/firebase-database.js"
            ],
            "matches": [
                "https:\/\/ekavach.upnrhm.gov.in\/*"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "unlimitedStorage",
        "identity",
        "storage",
        "identity.email"
    ]
}