SGFinanças Certificado A3

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

SGFinanças Certificado A3คืออะไร?

SGFinanças Certificado A3 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sgfinancas.com และคุณลักษณะหลักของมันคือ "Módulo adicional que permite emissão de nf-e e nfse-e com certificado A3"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SGFinanças Certificado A3

ดาวน์โหลดไฟล์ส่วนขยาย SGFinanças Certificado A3 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SGFinanças Certificado A3 SGFinanças Certificado A3
ID ghkcdlbpfmckamjkkmcniedgbcijpepd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sgfinan%C3%A7as-certificado-a3/ghkcdlbpfmckamjkkmcniedgbcijpepd
คำอธิบาย Módulo adicional que permite emissão de nf-e e nfse-e com certificado A3
ขนาดไฟล์ 17.56 KB
จำนวนการติดตั้ง 880
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2017-02-04
วันที่เผยแพร่ 2017-02-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://sgfinancas.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}