RRSign

RRSign.

Wat is RRSign?

RRSign is een Chrome-extensie ontwikkeld door https://rrsign.com.br, en de belangrijkste functie is "RRSign.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie RRSign

Download RRSign-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        RRSign 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]                    

Basisinformatie over de Extensie

Naam RRSign RRSign
ID ggeclmklnppbanapfalngfepijekjpki
Officiële URL https://chromewebstore.google.com/detail/rrsign/ggeclmklnppbanapfalngfepijekjpki
Beschrijving RRSign.
Bestandsgrootte 987 KB
Aantal Installaties 2,939
Huidige Versie 1.8
Laatst Bijgewerkt 2020-12-19
Publicatiedatum 2020-07-03
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://rrsign.com.br
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://rrsign.com.br/
Help Pagina-URL https://rrsign.com.br/#contato
URL van de Privacybeleid Pagina https://rrsign.com.br/politica-de-privacidade.php
Ondersteunde Talen pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RRSign",
    "version": "1.8",
    "manifest_version": 2,
    "description": "RRSign.",
    "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",
        "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"
    ]
}