ICPBravo Access
ICPBravo Access ICPBrasil and General PKI Extension.
What is ICPBravo Access?
ICPBravo Access is a Chrome extension developed by http://icpbravoaccess.com.br, and its main feature is "ICPBravo Access ICPBrasil and General PKI Extension.".
Extension Screenshots
Download ICPBravo Access Extension CRX File
Download ICPBravo Access extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | plmndhfiofdlcgahoinehedbincopilm |
Official URL | https://chrome.google.com/webstore/detail/icpbravo-access/plmndhfiofdlcgahoinehedbincopilm |
Description | ICPBravo Access ICPBrasil and General PKI Extension. |
File Size | 332 KB |
Installation Count | 300,000 |
Current Version | 1.0 |
Last Updated | 2019-04-25 |
Publish Date | 2019-04-25 |
Rating | 3.46/5 Total 82 Ratings |
Developer | http://icpbravoaccess.com.br |
[email protected] | |
Payment Type | free |
Extension Website | http://icpbravoaccess.com.br/ |
Supported Languages | 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" ] } |