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. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allow to sign filtering by URL in ChromeOS // Permite firmar filtrando por URL en ChromeOS"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में KeyController ChromeOS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/",
        "*:\/\/*\/*"
    ]
}