Certisign WebSigner Extension
Extensão WebSigner Certisign
Co je Certisign WebSigner Extension?
Certisign WebSigner Extension je rozšíření Chrome vyvinuté https://get.websignerplugin.com, a jeho hlavní funkcí je „Extensão WebSigner Certisign“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Certisign WebSigner Extension
Stáhněte si soubory rozšíření Certisign WebSigner Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Certisign WebSigner Extension |
ID | acfifjfajpekbmhmjppnmmjgmhjkildl |
Oficiální URL | https://chromewebstore.google.com/detail/certisign-websigner-exten/acfifjfajpekbmhmjppnmmjgmhjkildl |
Popis | Extensão WebSigner Certisign |
Velikost souboru | 159 KB |
Počet instalací | 1,071,237 |
Aktuální Verze | 2.14.4 |
Poslední Aktualizace | 2022-09-05 |
Datum Vydání | 2019-08-15 |
Hodnocení | 2.59/5 Celkem 93 Hodnocení |
Vývojář | https://get.websignerplugin.com |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://portaldeassinaturas.com.br/Info/Contato |
Podporované Jazyky | 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" } |