Mi-SigNature
MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser
Was ist Mi-SigNature?
Mi-SigNature ist eine Chrome-Erweiterung, die von MIMOS entwickelt wurde, und ihr Hauptmerkmal ist "MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser".
Erweiterungsscreenshots
Mi-SigNature-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mi-SigNature-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Mi-SigNature |
ID | jhppfdbphdfchpfholhiehcdnbgkfjio |
Offizielle URL | https://chromewebstore.google.com/detail/mi-signature/jhppfdbphdfchpfholhiehcdnbgkfjio |
Beschreibung | MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser |
Dateigröße | 33.28 KB |
Installationsanzahl | 685 |
Aktuelle Version | 0.0.4 |
Letztes Update | 2017-03-22 |
Veröffentlichungsdatum | 2017-03-21 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | MIMOS |
Zahlungsart | free |
Erweiterungswebsite | https://uap.mimos.my |
Unterstützte Sprachen | 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" ] } |