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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.alampk.com และคุณลักษณะหลักของมันคือ "Alam Emirates ID Reader to read emirates ID data in google chrome through console app available at codingsips.com."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ALAM Emirates ID Reader M_V_3

ดาวน์โหลดไฟล์ส่วนขยาย 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
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": [
                ""
            ],
            "js": [
                "jquery-3.3.1.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    }
}