Mi-SigNature
MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser
ما هو Mi-SigNature؟
Mi-SigNature هو إضافة Chrome تم تطويرها بواسطة MIMOS، والميزة الرئيسية لها هي "MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mi-SigNature
قم بتنزيل ملفات الامتداد Mi-SigNature بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Mi-SigNature |
ID | jhppfdbphdfchpfholhiehcdnbgkfjio |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mi-signature/jhppfdbphdfchpfholhiehcdnbgkfjio |
الوصف | MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser |
حجم الملف | 33.28 KB |
عدد التثبيتات | 685 |
النسخة الحالية | 0.0.4 |
آخر تحديث | 2017-03-22 |
تاريخ النشر | 2017-03-21 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | MIMOS |
نوع الدفع | free |
موقع الإضافة | https://uap.mimos.my |
اللغات المدعومة | 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" ] } |