Certisign WebSigner Extension

Extensão WebSigner Certisign

Qu'est-ce que Certisign WebSigner Extension ?

Certisign WebSigner Extension est une extension Chrome développée par https://get.websignerplugin.com, et sa fonction principale est "Extensão WebSigner Certisign".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Certisign WebSigner Extension

Téléchargez les fichiers d'extension Certisign WebSigner Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Certisign WebSigner Extension Certisign WebSigner Extension
ID acfifjfajpekbmhmjppnmmjgmhjkildl
URL Officiel https://chromewebstore.google.com/detail/certisign-websigner-exten/acfifjfajpekbmhmjppnmmjgmhjkildl
Description Extensão WebSigner Certisign
Taille du Fichier 159 KB
Nombre d'Installations 1,071,237
Version Actuelle 2.14.4
Dernière Mise à Jour 2022-09-05
Date de Publication 2019-08-15
Évaluation 2.59/5 Total 93 Évaluations
Développeur https://get.websignerplugin.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://portaldeassinaturas.com.br/Info/Contato
Langues Prises en Charge 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"
}