KeyController ChromeOS

Allow to sign filtering by URL in ChromeOS // Permite firmar filtrando por URL en ChromeOS

KeyController ChromeOS란 무엇입니까?

KeyController ChromeOS은(는) Signaturit Solutions S.L.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allow to sign filtering by URL in ChromeOS // Permite firmar filtrando por URL en ChromeOS"입니다.

확장 프로그램 스크린샷

screenshot

KeyController ChromeOS 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Utilizando los certificados alojados en IvSign, como característica de seguridad, se pueden utilizar reglas de uso, filtrando por URL, de modo que solo se permita la firma en determinada URL o que se rechace la firma solo en una URL.
Este plugin captura la URL en la que se quiere firmar y la envía al motor de firma, el cual comprueba si se puede firmar en dicha url y audita la misma.
Para poder utilizar esta extensión, se deberá tener instalado el software KeyController Driver, que le será facilitado en la contratación de IvSign

Using IvSign hosted certificates, as a security feature, usage rules can be used, filtering by URL, so that only the signature is allowed in a certain URL or the signature is rejected only in a URL.
This plugin captures the URL in which you want to sign and sends it to the signature engine, which checks if it can be signed in that url and audits it.
In order to use this extension, you must have the KeyController Driver software installed, which will be provided when purchasing IvSign                    

확장 프로그램 기본 정보

이름 KeyController ChromeOS KeyController ChromeOS
ID cildcjldeaecmffdopljallglclnjhgg
공식 URL https://chromewebstore.google.com/detail/keycontroller-chromeos/cildcjldeaecmffdopljallglclnjhgg
설명 Allow to sign filtering by URL in ChromeOS // Permite firmar filtrando por URL en ChromeOS
파일 크기 102 KB
설치 횟수 73
현재 버전 1.0
최근 업데이트 2022-10-12
출시 날짜 2022-10-11
개발자 Signaturit Solutions S.L.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.signaturit.com
지원되는 언어 es
manifest.json
{
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KeyController ChromeOS",
    "description": "Allow to sign filtering by URL in ChromeOS \/\/ Permite firmar filtrando por URL en ChromeOS",
    "version": "1.0",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "offline_48.png",
        "default_title": "KeyController No habilitado",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "identity",
        "identity.email",
        "enterprise.deviceAttributes",
        "certificateProvider",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "*:\/\/*\/*"
    ]
}