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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件

下載ALAM Emirates ID Reader M_V_3擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 ALAM Emirates ID Reader M_V_3
ID nlfemffdcfdgfpedhiccoijaehlldehp
官方網址 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": [
                ""
            ],
            "js": [
                "jquery-3.3.1.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    }
}