COT App
Cryptographic Operations Tester App
COT App là gì?
COT App là một tiện ích mở rộng Chrome được phát triển bởi https://pki.basistech.in, và tính năng chính của nó là "Cryptographic Operations Tester App".
Ả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 COT App
Tải xuống các tệp mở rộng COT App 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
An extension to work with DSC hardware tokens for cryptographic operations.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | COT App |
ID | bimajkembfofhodehafimneekcgebopg |
URL Chính Thức | https://chromewebstore.google.com/detail/cot-app/bimajkembfofhodehafimneekcgebopg |
Mô tả | Cryptographic Operations Tester App |
Kích Thước Tệp | 26.67 KB |
Số Lần Cài Đặt | 140 |
Phiên Bản Hiện Tại | 2022.4.0 |
Cập Nhật Lần Cuối | 2022-08-05 |
Ngày Phát Hành | 2022-01-31 |
Nhà Phát Triển | https://pki.basistech.in |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://pki.basistech.in |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |