Certisign WebSigner Extension

Extensão WebSigner Certisign

Cos'è Certisign WebSigner Extension?

Certisign WebSigner Extension è un'estensione di Chrome sviluppata da https://get.websignerplugin.com, e la sua funzione principale è "Extensão WebSigner Certisign".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Certisign WebSigner Extension

Scarica i file di estensione Certisign WebSigner Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Certisign WebSigner Extension Certisign WebSigner Extension
ID acfifjfajpekbmhmjppnmmjgmhjkildl
URL Ufficiale https://chromewebstore.google.com/detail/certisign-websigner-exten/acfifjfajpekbmhmjppnmmjgmhjkildl
Descrizione Extensão WebSigner Certisign
Dimensione del File 159 KB
Conteggio Installazioni 1,071,237
Versione Corrente 2.14.4
Ultimo Aggiornamento 2022-09-05
Data di Pubblicazione 2019-08-15
Valutazione 2.59/5 Totale 93 Valutazioni
Sviluppatore https://get.websignerplugin.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://portaldeassinaturas.com.br/Info/Contato
Lingue Supportate 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"
}