ID Card reader extension
Extension for communication with service for accessing ID card reader
ID Card reader extension là gì?
ID Card reader extension là một tiện ích mở rộng Chrome được phát triển bởi iPay, và tính năng chính của nó là "Extension for communication with service for accessing ID card reader".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ID Card reader extension
Tải xuống các tệp mở rộng ID Card reader extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Main purpose of this extension is communication with service which accessing USB card reader on the local OS
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | plokokmlmpnjobebmdophbogifcnlpec |
URL Chính Thức | https://chrome.google.com/webstore/detail/id-card-reader-extension/plokokmlmpnjobebmdophbogifcnlpec |
Mô tả | Extension for communication with service for accessing ID card reader |
Kích Thước Tệp | 12.99 KB |
Số Lần Cài Đặt | 12,489 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2021-06-09 |
Ngày Phát Hành | 2020-07-22 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | iPay |
[email protected] | |
Trang Web Mở Rộng | http://www.ipay.rs |
URL Trang Trợ Giúp | https://www.ipay.rs/en/faq-2 |
URL Trang Chính Sách Bảo Mật | https://www.ipay.rs/en/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ID Card reader extension", "description": "Extension for communication with service for accessing ID card reader", "version": "2.0", "manifest_version": 2, "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/127.0.0.1\/*", "http:\/\/admin.vippay.rs\/*", "https:\/\/admin.vippay.rs\/*", "http:\/\/test_admin.vippay.rs\/*", "https:\/\/test_admin.vippay.rs\/*", "http:\/\/admin.iwallet.ipay.rs\/*", "https:\/\/admin.iwallet.ipay.rs\/*", "http:\/\/testadminiwallet.ipay.rs\/*", "https:\/\/testadminiwallet.ipay.rs\/*", "https:\/\/admin-balkanpay.ipay.rs\/*", "http:\/\/admin-balkanpay.ipay.rs\/*", "https:\/\/*.ipay.rs\/*", "http:\/\/*.ipay.rs\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "nativeMessaging" ] } |