RRSign
RRSign.
What is RRSign?
RRSign is a Chrome extension developed by https://rrsign.com.br, and its main feature is "RRSign.".
Extension Screenshots
Download RRSign Extension CRX File
Download RRSign extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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]
Extension Basic Information
Name | |
ID | ggeclmklnppbanapfalngfepijekjpki |
Official URL | https://chromewebstore.google.com/detail/rrsign/ggeclmklnppbanapfalngfepijekjpki |
Description | RRSign. |
File Size | 987 KB |
Installation Count | 2,939 |
Current Version | 1.8 |
Last Updated | 2020-12-19 |
Publish Date | 2020-07-03 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://rrsign.com.br |
[email protected] | |
Payment Type | free |
Extension Website | https://rrsign.com.br/ |
Help Page URL | https://rrsign.com.br/#contato |
Privacy Policy Page URL | https://rrsign.com.br/politica-de-privacidade.php |
Supported Languages | 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" ] } |