COT App
Cryptographic Operations Tester App
COT Appคืออะไร?
COT App เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pki.basistech.in และคุณลักษณะหลักของมันคือ "Cryptographic Operations Tester App"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย COT App
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } } |