COT App

Cryptographic Operations Tester App

Cos'è COT App?

COT App è un'estensione di Chrome sviluppata da https://pki.basistech.in, e la sua funzione principale è "Cryptographic Operations Tester App".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione COT App

Scarica i file di estensione COT App in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome COT App COT App
ID bimajkembfofhodehafimneekcgebopg
URL Ufficiale https://chromewebstore.google.com/detail/cot-app/bimajkembfofhodehafimneekcgebopg
Descrizione Cryptographic Operations Tester App
Dimensione del File 26.67 KB
Conteggio Installazioni 140
Versione Corrente 2022.4.0
Ultimo Aggiornamento 2022-08-05
Data di Pubblicazione 2022-01-31
Sviluppatore https://pki.basistech.in
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://pki.basistech.in
Lingue Supportate 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\/*"
        ]
    }
}