Mi-SigNature
MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser
Wat is Mi-SigNature?
Mi-SigNature is een Chrome-extensie ontwikkeld door MIMOS, en de belangrijkste functie is "MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Mi-SigNature
Download Mi-SigNature-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
Mi-SigNature provides digital signature on web environment. It allows users to perform a digital signing on any data, to preserve the integrity of the data and to identify the authors of the data. It supports SHA-256 hash algorithm. It supports PKCS#12 and PKCS#11 hardware cryptographic tokens.
Basisinformatie over de Extensie
Naam | Mi-SigNature |
ID | jhppfdbphdfchpfholhiehcdnbgkfjio |
Officiële URL | https://chromewebstore.google.com/detail/mi-signature/jhppfdbphdfchpfholhiehcdnbgkfjio |
Beschrijving | MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser |
Bestandsgrootte | 33.28 KB |
Aantal Installaties | 685 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2017-03-22 |
Publicatiedatum | 2017-03-21 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | MIMOS |
Betalingswijze | free |
Extensiewebsite | https://uap.mimos.my |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mi-SigNature", "version": "0.0.4", "minimum_chrome_version": "40.0", "manifest_version": 2, "description": "MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "nativeMessaging" ] } |