Certisign WebSigner Extension

Extensão WebSigner Certisign

What is Certisign WebSigner Extension?

Certisign WebSigner Extension is a Chrome extension developed by https://get.websignerplugin.com, and its main feature is "Extensão WebSigner Certisign".

Extension Screenshots

screenshot
screenshot

Download Certisign WebSigner Extension Extension CRX File

Download Certisign WebSigner Extension 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

                        This extension is used to sign documents digitally inside the Certisign platform (www.portaldeassinaturas.com.br). You will need to have a digital certificate in order to sign your documents, if you do not have one, please visit our website www.certisign.com.br and check which certificate fit your needs better.                    

Extension Basic Information

Name Certisign WebSigner Extension Certisign WebSigner Extension
ID acfifjfajpekbmhmjppnmmjgmhjkildl
Official URL https://chromewebstore.google.com/detail/certisign-websigner-exten/acfifjfajpekbmhmjppnmmjgmhjkildl
Description Extensão WebSigner Certisign
File Size 159 KB
Installation Count 1,071,237
Current Version 2.14.4
Last Updated 2022-09-05
Publish Date 2019-08-15
Rating 2.59/5 Total 93 Ratings
Developer https://get.websignerplugin.com
Email [email protected]
Payment Type free
Help Page URL https://portaldeassinaturas.com.br/Info/Contato
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgWN3K8jPBMCvS7hcWMCyOfmKpI5wKJFuAOToZDWls7HmnPSQtJwC9wZCjIHeCCBYhyViOlRkZY2jWIh\/Slx5Klqx3eVnF81iD3pGrKpVFTG8SqCwma+0KISRmYnwsXyRU6vSHim1plzo4ZG0Pq04cgCkoFiNcaFH4pxHDS0kI0P3rfQC4iX1tYvgzRWSt4rALx9UscNYRsYbGJyGoiskF8gIzsRDWLT6Abp7Qkx1LqAH4ALJuoOim+3zhdtBnq9te47NcdkWt++YjVgQveB7ulqj8acAIA9w2PHZQsof8UNLSZOr8MHHQk0C5RmXn+L0V1Vnwa\/uDM9C5gf++QBKgwIDAQAB",
    "name": "Certisign WebSigner Extension",
    "description": "Extens\u00e3o WebSigner Certisign",
    "version": "2.14.4",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content-script.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "scripts\/event-page.js"
        ],
        "persistent": false
    },
    "permissions": [
        "nativeMessaging",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/browser-icon-small.png",
            "38": "img\/browser-icon-big.png"
        },
        "default_title": "Web Signer options",
        "default_popup": "popup.html"
    },
    "default_locale": "en"
}