COT App
Cryptographic Operations Tester App
¿Qué es COT App?
COT App es una extensión de Chrome desarrollada por https://pki.basistech.in, y su función principal es "Cryptographic Operations Tester App".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión COT App
Descarga archivos de extensión COT App en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
An extension to work with DSC hardware tokens for cryptographic operations.
Información Básica de la Extensión
Nombre | COT App |
ID | bimajkembfofhodehafimneekcgebopg |
URL Oficial | https://chromewebstore.google.com/detail/cot-app/bimajkembfofhodehafimneekcgebopg |
Descripción | Cryptographic Operations Tester App |
Tamaño del Archivo | 26.67 KB |
Cantidad de Instalaciones | 140 |
Versión Actual | 2022.4.0 |
Última Actualización | 2022-08-05 |
Fecha de Publicación | 2022-01-31 |
Desarrollador | https://pki.basistech.in |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://pki.basistech.in |
Idiomas Soportados | 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\/*" ] } } |