ICPBravo Access

ICPBravo Access ICPBrasil and General PKI Extension.

Was ist ICPBravo Access?

ICPBravo Access ist eine Chrome-Erweiterung, die von http://icpbravoaccess.com.br entwickelt wurde, und ihr Hauptmerkmal ist "ICPBravo Access ICPBrasil and General PKI Extension.".

Erweiterungsscreenshots

screenshot
screenshot

ICPBravo Access-Erweiterungs-CRX-Datei herunterladen

Laden Sie ICPBravo Access-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ICP Bravo Access é uma solução da Scytl para acessar os mais variados certificados digitais, tanto os certificados protegidos por softwares instalados na máquina do cliente, quanto os armazenados fisicamente em tokens e cartões. Nossa solução fornece suporte a todos os certificados da ICP Brasil e implementa as mais avançadas técnicas de segurança e criptografia.                    

Grundlegende Informationen zur Erweiterung

Name ICPBravo Access ICPBravo Access
ID plmndhfiofdlcgahoinehedbincopilm
Offizielle URL https://chrome.google.com/webstore/detail/icpbravo-access/plmndhfiofdlcgahoinehedbincopilm
Beschreibung ICPBravo Access ICPBrasil and General PKI Extension.
Dateigröße 332 KB
Installationsanzahl 300,000
Aktuelle Version 1.0
Letztes Update 2019-04-25
Veröffentlichungsdatum 2019-04-25
Bewertung 3.46/5 Insgesamt 82 Bewertungen
Entwickler http://icpbravoaccess.com.br
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://icpbravoaccess.com.br/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ICPBravo Access",
    "short_name": "Access",
    "version": "1.0",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "ICPBravo Access ICPBrasil and General PKI Extension.",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_title": "ICPBravoAccess",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png",
            "64": "img\/icon_64.png",
            "128": "img\/icon_128.png"
        }
    },
    "background": {
        "scripts": [
            "scripts\/event_page.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "nativeMessaging",
        "storage"
    ]
}