WebSigner
Provides creation of electronic digital signature on web-pages using Gepard 2.0 library
Vad är WebSigner?
WebSigner är en Chrome-tillägg utvecklad av https://www.dbosoft.com.ua, och dess huvudfunktion är "Provides creation of electronic digital signature on web-pages using Gepard 2.0 library".
Tilläggsskärmbilder
Ladda ner WebSigner-förlängningens CRX-fil
Ladda ner WebSigner-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The "WebSigner" extension provides the ability to superimpose a digital signature using file and hardware key information.
Supported hardware:
- iBank 2 Key
- iToken
- Crystal
- SecureToken 318 Grundläggande Information om Tillägg
| Namn | |
| ID | lhelgailafdbgpkflhoifeebgohnnnpc |
| Officiell webbadress | https://chromewebstore.google.com/detail/websigner/lhelgailafdbgpkflhoifeebgohnnnpc |
| Beskrivning | Provides creation of electronic digital signature on web-pages using Gepard 2.0 library |
| Filstorlek | 30.31 KB |
| Antal Installationer | 188,969 |
| Aktuell Version | 1.0.10 |
| Senast Uppdaterad | 2022-09-24 |
| Publiceringsdatum | 2018-09-13 |
| Betyg | 2.01/5 Totalt 102 Betyg |
| Utvecklare | https://www.dbosoft.com.ua |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en,ru,uk |
| manifest.json | |
{
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*"
]
}
],
"default_locale": "uk",
"description": "__MSG_appDesc__",
"icons": {
"128": "Icon128.png",
"48": "Icon48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAizoa6ge1tglsgV8aqGdjbo9nJ7NbXcuZ9lDXUNpzeqEA94lxrzk7zxgitwnIg9Uv5pZgbMJuiC6RBneDZVQQueKm+6msHPhmNTGANK4G5rq2RjOMPo+f1X\/QcXQZ7KT6ZALryWfLCN\/KKpP3rVcd7y2FDhV1u0z\/8R8tpbEhSMLgD8YoOvNuiskLD52gEdUIDXaWdO4QRynv62vEMMhQkJyKBn0IvD38jLVZoi66M+VK9X3Xh87QDukv3v+WMc4yAVHR6csly4qO+1aJiCqw+Yapw905ITIrWJNmKQ5nqR\/3oVIC3S3C+fNAd1LVwI81gyQf6DSd4DZuppV5kJG8YwIDAQAB",
"manifest_version": 2,
"name": "WebSigner",
"permissions": [
"nativeMessaging",
"https:\/\/*\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.10",
"web_accessible_resources": [
"manifest.json"
]
} | |