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文件

下载KeyController ChromeOS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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:\/\/*\/",
        "*:\/\/*\/*"
    ]
}