Mi-SigNature
MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser
Qu'est-ce que Mi-SigNature ?
Mi-SigNature est une extension Chrome développée par MIMOS, et sa fonction principale est "MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mi-SigNature
Téléchargez les fichiers d'extension Mi-SigNature au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Mi-SigNature |
ID | jhppfdbphdfchpfholhiehcdnbgkfjio |
URL Officiel | https://chromewebstore.google.com/detail/mi-signature/jhppfdbphdfchpfholhiehcdnbgkfjio |
Description | MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser |
Taille du Fichier | 33.28 KB |
Nombre d'Installations | 685 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2017-03-22 |
Date de Publication | 2017-03-21 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | MIMOS |
Type de Paiement | free |
Site Web de l'Extension | https://uap.mimos.my |
Langues Prises en Charge | 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" ] } |