Download Eadhaar Quickly

If you're regularly downloading too many e-adhaars then this will save you lot of your time. 1) It saves the Adhaar numbers and…

Download Eadhaar Quickly란 무엇입니까?

Download Eadhaar Quickly은(는) anikadigitalseva에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "If you're regularly downloading too many e-adhaars then this will save you lot of your time. 1) It saves the Adhaar numbers and…"입니다.

확장 프로그램 스크린샷

screenshot

Download Eadhaar Quickly 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        If you're regularly downloading too many e-adhaars then this will save you lot of your time.


1) It saves the Adhaar numbers and allows you to quickly refill in case of repeated submissions
2) Just press Enter after entering captcha & otp
3) Zooms captcha for clear view
4) Can indicate which Adhaars have been downloaded successfully so that you can remove them

To use it go to : https://myaadhaar.uidai.gov.in/genricDownloadAadhaar

For help call:  86002 86002  or email: kusumsen55 [@] gmail.com                    

확장 프로그램 기본 정보

이름 Download Eadhaar Quickly Download Eadhaar Quickly
ID lddfginopjfepiipbnanadfobodgfind
공식 URL https://chromewebstore.google.com/detail/download-eadhaar-quickly/lddfginopjfepiipbnanadfobodgfind
설명 If you're regularly downloading too many e-adhaars then this will save you lot of your time. 1) It saves the Adhaar numbers and…
파일 크기 1.74 MB
설치 횟수 273
현재 버전 2.4
최근 업데이트 2022-06-07
출시 날짜 2019-04-18
평점 4.00/5 총 1 개의 평점
개발자 anikadigitalseva
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.updateadhaar.com
개인정보 보호 정책 페이지 URL http://www.anikadigital.in/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download Eadhaar Quickly",
    "options_page": "options.html",
    "description": "",
    "version": "2.4",
    "icons": {
        "16": "icons\/brt-logo16.png",
        "48": "icons\/brt-logo48.png",
        "128": "icons\/brt-logo128.png"
    },
    "permissions": [],
    "background": {
        "service_worker": "worker_wrapper.js"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/myaadhaar.uidai.gov.in\/*"
            ],
            "css": [
                "irctc.css"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "client_server_common.js",
                "common.js",
                "adhaarverify.js",
                "myscript.js",
                "nologic.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "options.html",
                "sound\/beep-01a.mp3",
                "resource\/chunk.js",
                "resource\/leaflet.js",
                "resource\/mainchunk.js",
                "resource\/script.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/myaadhaar.uidai.gov.in\/*",
        "https:\/\/tathya.uidai.gov.in\/downloadAadhaarService\/*"
    ]
}