eKavach Login Manager

login daly multi eKavach id

What is eKavach Login Manager?

eKavach Login Manager is a Chrome extension developed by talibs9898, and its main feature is "login daly multi eKavach id".

Extension Screenshots

screenshot

Download eKavach Login Manager Extension CRX File

Download eKavach Login Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name eKavach Login Manager eKavach Login Manager
ID fnffcgdmajedffckmeffoaomoepooigf
Official URL https://chromewebstore.google.com/detail/ekavach-login-manager/fnffcgdmajedffckmeffoaomoepooigf
Description login daly multi eKavach id
File Size 741 KB
Installation Count 88
Current Version 1.0.1
Last Updated 2023-06-07
Publish Date 2023-06-01
Developer talibs9898
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/272b64f1-bc92-487f-b79a-21f20ab001fd
Supported Languages 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"
    ]
}