ICPBravo Access
ICPBravo Access ICPBrasil and General PKI Extension.
Wat is ICPBravo Access?
ICPBravo Access is een Chrome-extensie ontwikkeld door http://icpbravoaccess.com.br, en de belangrijkste functie is "ICPBravo Access ICPBrasil and General PKI Extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie ICPBravo Access
Download ICPBravo Access-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | plmndhfiofdlcgahoinehedbincopilm |
Officiële URL | https://chrome.google.com/webstore/detail/icpbravo-access/plmndhfiofdlcgahoinehedbincopilm |
Beschrijving | ICPBravo Access ICPBrasil and General PKI Extension. |
Bestandsgrootte | 332 KB |
Aantal Installaties | 300,000 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-04-25 |
Publicatiedatum | 2019-04-25 |
Beoordeling | 3.46/5 Totaal 82 Beoordelingen |
Ontwikkelaar | http://icpbravoaccess.com.br |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://icpbravoaccess.com.br/ |
Ondersteunde Talen | 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" ] } |