SGFinanças Certificado A3
Módulo adicional que permite emissão de nf-e e nfse-e com certificado A3
Was ist SGFinanças Certificado A3?
SGFinanças Certificado A3 ist eine Chrome-Erweiterung, die von https://sgfinancas.com entwickelt wurde, und ihr Hauptmerkmal ist "Módulo adicional que permite emissão de nf-e e nfse-e com certificado A3".
Erweiterungsscreenshots
SGFinanças Certificado A3-Erweiterungs-CRX-Datei herunterladen
Laden Sie SGFinanças Certificado A3-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
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ghkcdlbpfmckamjkkmcniedgbcijpepd |
| Offizielle URL | https://chromewebstore.google.com/detail/sgfinan%C3%A7as-certificado-a3/ghkcdlbpfmckamjkkmcniedgbcijpepd |
| Beschreibung | Módulo adicional que permite emissão de nf-e e nfse-e com certificado A3 |
| Dateigröße | 17.56 KB |
| Installationsanzahl | 880 |
| Aktuelle Version | 1.4 |
| Letztes Update | 2017-02-04 |
| Veröffentlichungsdatum | 2017-02-03 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://sgfinancas.com |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |