SGFinanças Certificado A3
Módulo adicional que permite emissão de nf-e e nfse-e com certificado A3
What is SGFinanças Certificado A3?
SGFinanças Certificado A3 is a Chrome extension developed by https://sgfinancas.com, and its main feature is "Módulo adicional que permite emissão de nf-e e nfse-e com certificado A3".
Extension Screenshots
Download SGFinanças Certificado A3 Extension CRX File
Download SGFinanças Certificado A3 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
Extension Basic Information
Name | SGFinanças Certificado A3 |
ID | ghkcdlbpfmckamjkkmcniedgbcijpepd |
Official URL | https://chromewebstore.google.com/detail/sgfinan%C3%A7as-certificado-a3/ghkcdlbpfmckamjkkmcniedgbcijpepd |
Description | Módulo adicional que permite emissão de nf-e e nfse-e com certificado A3 |
File Size | 17.56 KB |
Installation Count | 880 |
Current Version | 1.4 |
Last Updated | 2017-02-04 |
Publish Date | 2017-02-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://sgfinancas.com |
[email protected] | |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SGFinan\u00e7as Certificado A3", "version": "1.4", "manifest_version": 2, "description": "M\u00f3dulo adicional que permite emiss\u00e3o de nf-e e nfse-e com certificado A3", "externally_connectable": { "matches": [ "http:\/\/localhost:8080\/SGFinancas\/*", "http:\/\/201.86.113.130:4080\/SGFinancas\/*", "https:\/\/201.86.113.130:4080\/SGFinancas\/*" ] }, "permissions": [ "nativeMessaging", "http:\/\/localhost:8080\/SGFinancas\/*", "http:\/\/201.86.113.130:4080\/SGFinancas\/*", "https:\/\/201.86.113.130:4080\/SGFinancas\/*" ], "icons": { "16": "SGFinancas.png", "128": "SGFinancas.png" }, "browser_action": { "default_icon": "SGFinancas.png", "default_popup": "main.html" }, "content_scripts": [ { "matches": [ "http:\/\/localhost:8080\/SGFinancas\/*", "http:\/\/201.86.113.130:4080\/SGFinancas\/*", "https:\/\/201.86.113.130:4080\/SGFinancas\/*" ], "js": [ "main2.js" ] } ] } |