Mi-SigNature
MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser
Hvad er Mi-SigNature?
Mi-SigNature er en Chrome-udvidelse udviklet af MIMOS, og dens hovedfunktion er "MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser".
Udvidelsesskærmbilleder
Download Mi-SigNature-udvidelses-CRX-fil
Download Mi-SigNature-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Mi-SigNature |
ID | jhppfdbphdfchpfholhiehcdnbgkfjio |
Officiel URL | https://chromewebstore.google.com/detail/mi-signature/jhppfdbphdfchpfholhiehcdnbgkfjio |
Beskrivelse | MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser |
Filstørrelse | 33.28 KB |
Antal Installationer | 685 |
Nuværende Version | 0.0.4 |
Senest Opdateret | 2017-03-22 |
Udgivelsesdato | 2017-03-21 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | MIMOS |
Betalingsmetode | free |
Udvidelseswebsted | https://uap.mimos.my |
Understøttede Sprog | 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" ] } |