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 |
官方網址 | 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\/*" ] } |