COT App

Cryptographic Operations Tester App

COT Appとは何ですか?

COT Appはhttps://pki.basistech.inによって開発されたChromeの拡張機能で、その主な機能は「Cryptographic Operations Tester App」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

COT App拡張機能のCRXファイルをダウンロード

COT App拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 COT App COT App
ID bimajkembfofhodehafimneekcgebopg
公式URL https://chromewebstore.google.com/detail/cot-app/bimajkembfofhodehafimneekcgebopg
説明 Cryptographic Operations Tester App
ファイルサイズ 26.67 KB
インストール数 140
現在のバージョン 2022.4.0
最終更新日 2022-08-05
公開日 2022-01-31
開発者 https://pki.basistech.in
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://pki.basistech.in
対応言語 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\/*"
        ]
    }
}