RRSign

RRSign.

Что такое RRSign?

RRSign - это расширение Chrome, разработанное https://rrsign.com.br, и его основная функция - "RRSign.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения RRSign

Скачайте файлы расширений RRSign в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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]                    

Основная информация о расширении

Название RRSign RRSign
ID ggeclmklnppbanapfalngfepijekjpki
Официальный URL https://chromewebstore.google.com/detail/rrsign/ggeclmklnppbanapfalngfepijekjpki
Описание RRSign.
Размер файла 987 KB
Количество установок 2,939
Текущая Версия 1.8
Последнее Обновление 2020-12-19
Дата публикации 2020-07-03
Рейтинг 3.00/5 Всего 2 оценок
Разработчик https://rrsign.com.br
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://rrsign.com.br/
URL страницы помощи https://rrsign.com.br/#contato
URL страницы политики конфиденциальности https://rrsign.com.br/politica-de-privacidade.php
Поддерживаемые языки 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"
    ]
}