COT App
Cryptographic Operations Tester App
What is COT App?
COT App is a Chrome extension developed by https://pki.basistech.in, and its main feature is "Cryptographic Operations Tester App".
Extension Screenshots
Download COT App Extension CRX File
Download COT App extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An extension to work with DSC hardware tokens for cryptographic operations.
Extension Basic Information
Name | COT App |
ID | bimajkembfofhodehafimneekcgebopg |
Official URL | https://chromewebstore.google.com/detail/cot-app/bimajkembfofhodehafimneekcgebopg |
Description | Cryptographic Operations Tester App |
File Size | 26.67 KB |
Installation Count | 140 |
Current Version | 2022.4.0 |
Last Updated | 2022-08-05 |
Publish Date | 2022-01-31 |
Developer | https://pki.basistech.in |
[email protected] | |
Payment Type | free |
Extension Website | https://pki.basistech.in |
Supported Languages | 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\/*" ] } } |