COT App
Cryptographic Operations Tester App
Apa itu COT App?
COT App adalah ekstensi Chrome yang dikembangkan oleh https://pki.basistech.in, dan fitur utamanya adalah "Cryptographic Operations Tester App".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi COT App
Unduh file ekstensi COT App dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
An extension to work with DSC hardware tokens for cryptographic operations.
Informasi Dasar Ekstensi
Nama | COT App |
ID | bimajkembfofhodehafimneekcgebopg |
URL Resmi | https://chromewebstore.google.com/detail/cot-app/bimajkembfofhodehafimneekcgebopg |
Deskripsi | Cryptographic Operations Tester App |
Ukuran File | 26.67 KB |
Jumlah Instalasi | 140 |
Versi Saat Ini | 2022.4.0 |
Terakhir Diperbarui | 2022-08-05 |
Tanggal Publikasi | 2022-01-31 |
Pengembang | https://pki.basistech.in |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://pki.basistech.in |
Bahasa yang Didukung | 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\/*" ] } } |