COT App

Cryptographic Operations Tester App

Wat is COT App?

COT App is een Chrome-extensie ontwikkeld door https://pki.basistech.in, en de belangrijkste functie is "Cryptographic Operations Tester App".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie COT App

Download COT App-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        An extension to work with DSC hardware tokens for cryptographic operations.                    

Basisinformatie over de Extensie

Naam COT App COT App
ID bimajkembfofhodehafimneekcgebopg
Officiële URL https://chromewebstore.google.com/detail/cot-app/bimajkembfofhodehafimneekcgebopg
Beschrijving Cryptographic Operations Tester App
Bestandsgrootte 26.67 KB
Aantal Installaties 140
Huidige Versie 2022.4.0
Laatst Bijgewerkt 2022-08-05
Publicatiedatum 2022-01-31
Ontwikkelaar https://pki.basistech.in
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://pki.basistech.in
Ondersteunde Talen 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\/*"
        ]
    }
}