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…」です。
拡張機能のスクリーンショット
Download Eadhaar Quickly拡張機能のCRXファイルをダウンロード
Download Eadhaar Quickly拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単に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 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 |
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 |
Eメール | [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\/*" ] } |