COT App
Cryptographic Operations Tester App
什么是COT App?
COT App是由https://pki.basistech.in开发的Chrome扩展程序,该扩展的主要功能是“Cryptographic Operations Tester App”。
扩展截图
下载COT App扩展crx文件
下载COT App扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension to work with DSC hardware tokens for cryptographic operations.
扩展基本信息
名称 | COT App |
ID | bimajkembfofhodehafimneekcgebopg |
官方URL | https://chromewebstore.google.com/detail/cot-app/bimajkembfofhodehafimneekcgebopg |
简介 | Cryptographic Operations Tester App |
文件大小 | 26.67 KB |
安装次数 | 140 |
当前版本 | 2022.4.0 |
更新时间 | 2022-08-05 |
上架时间 | 2022-01-31 |
开发者 | https://pki.basistech.in |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://pki.basistech.in |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "COT App", "description": "Cryptographic Operations Tester App", "version": "2022.4.0", "icons": { "16": "favicon.png", "48": "favicon.png", "128": "favicon.png" }, "action": { "default_icon": "favicon.png", "default_popup": "popup.html", "default_title": "COT App" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/basistech.lan\/*", "https:\/\/pki.basistech.in\/*", "https:\/\/www.mstcindia.co.in\/*", "https:\/\/www.mstcecommerce.com\/*", "https:\/\/cma.mstcauction.com\/*", "https:\/\/10.1.14.86\/*" ], "all_frames": true, "js": [ "content.js", "installed.js" ] } ], "permissions": [ "nativeMessaging" ], "externally_connectable": { "matches": [ "http:\/\/basistech.lan\/*", "https:\/\/pki.basistech.in\/*", "https:\/\/www.mstcindia.co.in\/*", "https:\/\/www.mstcecommerce.com\/*", "https:\/\/cma.mstcauction.com\/*", "https:\/\/10.1.14.86\/*" ] } } |