COT App
Cryptographic Operations Tester App
Qu'est-ce que COT App ?
COT App est une extension Chrome développée par https://pki.basistech.in, et sa fonction principale est "Cryptographic Operations Tester App".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension COT App
Téléchargez les fichiers d'extension COT App au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
An extension to work with DSC hardware tokens for cryptographic operations.
Informations de Base sur l'Extension
Nom | COT App |
ID | bimajkembfofhodehafimneekcgebopg |
URL Officiel | https://chromewebstore.google.com/detail/cot-app/bimajkembfofhodehafimneekcgebopg |
Description | Cryptographic Operations Tester App |
Taille du Fichier | 26.67 KB |
Nombre d'Installations | 140 |
Version Actuelle | 2022.4.0 |
Dernière Mise à Jour | 2022-08-05 |
Date de Publication | 2022-01-31 |
Développeur | https://pki.basistech.in |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://pki.basistech.in |
Langues Prises en Charge | 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\/*" ] } } |