Certisign WebSigner Extension

Extensão WebSigner Certisign

Co to jest Certisign WebSigner Extension?

Certisign WebSigner Extension to rozszerzenie Chrome opracowane przez https://get.websignerplugin.com, a jego główną funkcją jest „Extensão WebSigner Certisign”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Certisign WebSigner Extension

Pobierz pliki rozszerzeń Certisign WebSigner Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Certisign WebSigner Extension Certisign WebSigner Extension
ID acfifjfajpekbmhmjppnmmjgmhjkildl
Oficjalny URL https://chromewebstore.google.com/detail/certisign-websigner-exten/acfifjfajpekbmhmjppnmmjgmhjkildl
Opis Extensão WebSigner Certisign
Rozmiar pliku 159 KB
Liczba instalacji 1,071,237
Aktualna Wersja 2.14.4
Ostatnia Aktualizacja 2022-09-05
Data Publikacji 2019-08-15
Ocena 2.59/5 Łącznie 93 Oceny
Deweloper https://get.websignerplugin.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://portaldeassinaturas.com.br/Info/Contato
Obsługiwane Języki 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"
}