SGFinanças Certificado A3

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

SGFinanças Certificado A3 là gì?

SGFinanças Certificado A3 là một tiện ích mở rộng Chrome được phát triển bởi https://sgfinancas.com, và tính năng chính của nó là "Módulo adicional que permite emissão de nf-e e nfse-e com certificado A3".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SGFinanças Certificado A3

Tải xuống các tệp mở rộng SGFinanças Certificado A3 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SGFinanças Certificado A3 SGFinanças Certificado A3
ID ghkcdlbpfmckamjkkmcniedgbcijpepd
URL Chính Thức https://chromewebstore.google.com/detail/sgfinan%C3%A7as-certificado-a3/ghkcdlbpfmckamjkkmcniedgbcijpepd
Mô tả Módulo adicional que permite emissão de nf-e e nfse-e com certificado A3
Kích Thước Tệp 17.56 KB
Số Lần Cài Đặt 880
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2017-02-04
Ngày Phát Hành 2017-02-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://sgfinancas.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}