ALAM Emirates ID Reader M_V_3
Alam Emirates ID Reader to read emirates ID data in google chrome through console app available at codingsips.com.
ALAM Emirates ID Reader M_V_3 क्या है?
ALAM Emirates ID Reader M_V_3 https://www.alampk.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Alam Emirates ID Reader to read emirates ID data in google chrome through console app available at codingsips.com."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ALAM Emirates ID Reader M_V_3 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Read Emirates ID in google chrome web browser by communicating to console app developed by ALAM you can read more at codingsips.com This Extension is developed to communicate with console application. www.ica.gov.ae provide SDK for Desktop application with DLL to directly read from the card instead of sending request to server and fetch data from there. So in web application it was almost impossible. Difinitly your clients must be limited and they must have dlls and a console app should be there, which on launching reads the card and if valid card is there it copies card data to clipboard. This extension will initiate and run that console app in background will wait untill cardreader responses back with valid data or error message using this extension we will be able to read client clipboard and populate required information in specified objects(s) on the webpage it do require to create some registry items search at codingsips.com
एक्सटेंशन की मूल जानकारी
नाम | ALAM Emirates ID Reader M_V_3 |
ID | nlfemffdcfdgfpedhiccoijaehlldehp |
आधिकारिक URL | https://chromewebstore.google.com/detail/alam-emirates-id-reader-m/nlfemffdcfdgfpedhiccoijaehlldehp |
विवरण | Alam Emirates ID Reader to read emirates ID data in google chrome through console app available at codingsips.com. |
फ़ाइल का आकार | 107 KB |
स्थापना संख्या | 227 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2023-01-10 |
प्रकाशन तिथि | 2023-01-10 |
डेवलपर | https://www.alampk.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.codingsips.com/ |
सहायता पृष्ठ URL | https://www.codingsips.com/ |
गोपनीयता नीति पृष्ठ URL | http://www.codingsips.com/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ALAM Emirates ID Reader M_V_3", "description": "Alam Emirates ID Reader to read emirates ID data in google chrome through console app available at codingsips.com.", "version": "1.0.0", "permissions": [ "nativeMessaging" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ " |