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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Download Eadhaar Quickly एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } |