SGFinanças Certificado A3
Módulo adicional que permite emissão de nf-e e nfse-e com certificado A3
Wat is SGFinanças Certificado A3?
SGFinanças Certificado A3 is een Chrome-extensie ontwikkeld door https://sgfinancas.com, en de belangrijkste functie is "Módulo adicional que permite emissão de nf-e e nfse-e com certificado A3".
Extensie Screenshots
Download het CRX-bestand van de extensie SGFinanças Certificado A3
Download SGFinanças Certificado A3-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
Basisinformatie over de Extensie
Naam | SGFinanças Certificado A3 |
ID | ghkcdlbpfmckamjkkmcniedgbcijpepd |
Officiële URL | https://chromewebstore.google.com/detail/sgfinan%C3%A7as-certificado-a3/ghkcdlbpfmckamjkkmcniedgbcijpepd |
Beschrijving | Módulo adicional que permite emissão de nf-e e nfse-e com certificado A3 |
Bestandsgrootte | 17.56 KB |
Aantal Installaties | 880 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2017-02-04 |
Publicatiedatum | 2017-02-03 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://sgfinancas.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |