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. 擴展基本資訊
| 名稱 | |
| ID | bimajkembfofhodehafimneekcgebopg |
| 官方網址 | 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\/*"
]
}
} | |