Web Signer
Extensão para assinatura digital no browser
Wat is Web Signer?
Web Signer is een Chrome-extensie ontwikkeld door https://websigner.softplan.com.br, en de belangrijkste functie is "Extensão para assinatura digital no browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Web Signer
Download Web Signer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extensão que possibilita a utilização de certificados digitais em páginas web.
Caso já possuía o Softplan Web Signer instalado, mas na Chrome web store apareça apenas o botão de "Remover do Chrome", siga os passos abaixo para reinstalar a extensão:
1. Clique no botão "Remover do Chrome" para remover a extensão.
2. Após removida, clique no botão "Usar no Chrome" para reinstalar a extensão. Basisinformatie over de Extensie
| Naam | |
| ID | bbafmabaelnnkondpfpjmdklbmfnbmol |
| Officiële URL | https://chromewebstore.google.com/detail/web-signer/bbafmabaelnnkondpfpjmdklbmfnbmol |
| Beschrijving | Extensão para assinatura digital no browser |
| Bestandsgrootte | 440 KB |
| Aantal Installaties | 1,484,776 |
| Huidige Versie | 2.14.3 |
| Laatst Bijgewerkt | 2019-09-04 |
| Publicatiedatum | 2019-09-03 |
| Beoordeling | 2.58/5 Totaal 97 Beoordelingen |
| Ontwikkelaar | https://websigner.softplan.com.br |
| Betalingswijze | free |
| Ondersteunde Talen | en,es,it |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgDlV+9AJdzUvJmALavoI2ybtB\/qn3eoejRDimX5KbgQ2sipGMXhhqMD5q8UjyMO2VlnJiIz7+jqamcdPmU0idlIMkSiDIWeYZC0E9fD2+4tHlSXgeCTkyfhQyH+Jivwt5yvKl1siS5ART5Sgj132B8QM022MN+O3X8yCD2yAlR42CTHw7geCSIwrWBhfxrNCsPMVIw4cQvjxfdv3YJefkJ1\/ac16sRheymEcLTzA9zLVi8BOcbbKSqWemW7JMWChuKKXTD5l6aiQrZUuQvxeKER5YQl2OK0YGPt1+1g4OsLkgTKbfuYZ6AcJJJa00qciPGpf68ikm4UvyDwcDQxspQIDAQAB",
"name": "Web Signer",
"description": "Extens\u00e3o para assinatura digital no browser",
"version": "2.14.3",
"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\/forge-cipher.js",
"scripts\/signalr-client-1.0.4.js",
"scripts\/sjcl.js",
"scripts\/event-page.js"
],
"persistent": false
},
"permissions": [
"nativeMessaging",
"storage",
"downloads",
"tabs"
],
"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"
} | |