RRSign e-CNPJ

RRSign e-CNPJ.

RRSign e-CNPJคืออะไร?

RRSign e-CNPJ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rrdocs.com.br และคุณลักษณะหลักของมันคือ "RRSign e-CNPJ."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RRSign e-CNPJ

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

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

                        RRSign e-CNPJ Extensão.

Extensão para a assinatura Digital de Documentos do Portal RRSign "www.rrsign.com.br" é a plataforma da empresa RRDOCS – Gestão de Documentos que tem a finalidade de integrar o seu software RRDocs com a assinatura digital e eletrônica dos documentos gerados e controlados no sistema.

Ao instalar o usuário tera acesso aos certificados disponíveis no seu computador e tokens.

Dúvidas: [email protected]                    

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

ชื่อ RRSign e-CNPJ RRSign e-CNPJ
ID fdlemapdgeeimcnlhpceljehihbgjpcf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rrsign-e-cnpj/fdlemapdgeeimcnlhpceljehihbgjpcf
คำอธิบาย RRSign e-CNPJ.
ขนาดไฟล์ 987 KB
จำนวนการติดตั้ง 435
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-04-20
วันที่เผยแพร่ 2021-04-20
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://rrdocs.com.br
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://rrsign.com.br/
URL หน้าช่วยเหลือ https://rrsign.com.br/home.php#contato
URL หน้านโยบายความเป็นส่วนตัว https://rrsign.com.br/politica-de-privacidade.php
ภาษาที่รองรับ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RRSign e-CNPJ",
    "version": "1.1",
    "manifest_version": 2,
    "description": "RRSign e-CNPJ.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.rrdocs.com.br\/*",
                "https:\/\/*.rrsign.com.br\/*"
            ],
            "run_at": "document_start",
            "js": [
                "jquery-3.5.1\/jquery-3.5.1.min.js",
                "inject.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "RRSign e-CNPJ",
        "default_popup": "main.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.rrdocs.com.br\/*",
            "https:\/\/*.rrsign.com.br\/*"
        ]
    },
    "web_accessible_resources": [
        "script.js",
        "main.js"
    ],
    "permissions": [
        "https:\/\/*.rrdocs.com.br\/*",
        "https:\/\/*.rrsign.com.br\/*",
        "tabs",
        "nativeMessaging"
    ]
}