SGFinanças Certificado A3

Módulo adicional que permite emissão de nf-e e nfse-e com certificado A3

Vad är SGFinanças Certificado A3?

SGFinanças Certificado A3 är en Chrome-tillägg utvecklad av https://sgfinancas.com, och dess huvudfunktion är "Módulo adicional que permite emissão de nf-e e nfse-e com certificado A3".

Tilläggsskärmbilder

screenshot

Ladda ner SGFinanças Certificado A3-förlängningens CRX-fil

Ladda ner SGFinanças Certificado A3-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn SGFinanças Certificado A3 SGFinanças Certificado A3
ID ghkcdlbpfmckamjkkmcniedgbcijpepd
Officiell webbadress https://chromewebstore.google.com/detail/sgfinan%C3%A7as-certificado-a3/ghkcdlbpfmckamjkkmcniedgbcijpepd
Beskrivning Módulo adicional que permite emissão de nf-e e nfse-e com certificado A3
Filstorlek 17.56 KB
Antal Installationer 880
Aktuell Version 1.4
Senast Uppdaterad 2017-02-04
Publiceringsdatum 2017-02-03
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://sgfinancas.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}