ID Card reader extension
Extension for communication with service for accessing ID card reader
什么是ID Card reader extension?
ID Card reader extension是由iPay开发的Chrome扩展程序,该扩展的主要功能是“Extension for communication with service for accessing ID card reader”。
扩展截图
下载ID Card reader extension扩展crx文件
下载ID Card reader extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Main purpose of this extension is communication with service which accessing USB card reader on the local OS
扩展基本信息
名称 | |
ID | plokokmlmpnjobebmdophbogifcnlpec |
官方URL | https://chrome.google.com/webstore/detail/id-card-reader-extension/plokokmlmpnjobebmdophbogifcnlpec |
简介 | Extension for communication with service for accessing ID card reader |
文件大小 | 12.99 KB |
安装次数 | 12,489 |
当前版本 | 2.0 |
更新时间 | 2021-06-09 |
上架时间 | 2020-07-22 |
评分 | 3.00/5 共2次评分 |
开发者 | iPay |
电子邮箱 | [email protected] |
扩展官网 | http://www.ipay.rs |
帮助页面URL | https://www.ipay.rs/en/faq-2 |
隐私政策页面URL | https://www.ipay.rs/en/privacy-policy |
支持的语言 | 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" ] } |