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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
        ]
    }
}