eId Middleware
Access and export your digital certificates from the certificate store.
ما هو eId Middleware؟
eId Middleware هو إضافة Chrome تم تطويرها بواسطة DigitalSign Certificadora Digital SA، والميزة الرئيسية لها هي "Access and export your digital certificates from the certificate store.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة eId Middleware
قم بتنزيل ملفات الامتداد eId Middleware بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will work as a proxy to communicate between the registered URLs and the respective native app. The final purpose is to allow specific domains to sign documents with local or cloud certificates.
معلومات أساسية عن التمديد
الاسم | eId Middleware |
ID | hcjcpbfeaeifndcfejahhpoefjeajjio |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/eid-middleware/hcjcpbfeaeifndcfejahhpoefjeajjio |
الوصف | Access and export your digital certificates from the certificate store. |
حجم الملف | 236 KB |
عدد التثبيتات | 1,600 |
النسخة الحالية | 0.0.0.6 |
آخر تحديث | 2024-02-16 |
تاريخ النشر | 2022-11-03 |
المطور | DigitalSign Certificadora Digital SA |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.digitalsign.pt/media/files/Downloads/politica-de-privacidade-digitalsign.pdf |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "eId Middleware", "description": "Access and export your digital certificates from the certificate store.", "version": "0.0.0.6", "manifest_version": 3, "icons": { "16": "favicon-16x16.png", "32": "favicon-32x32.png", "48": "android-chrome-192x192.png", "128": "android-chrome-192x192.png" }, "externally_connectable": { "matches": [ "https:\/\/*.signingdesk.com\/*", "https:\/\/*.digitalsign.pt\/*", "https:\/\/*.digitalsign.com.br\/*", "https:\/\/*.digitalsigncertificadora.com.br\/*", "*:\/\/localhost\/*" ] }, "background": { "service_worker": ".\/background.js" }, "action": { "default_popup": "popup.html" }, "permissions": [ "nativeMessaging" ] } |