Servicio de Firma Local
Servicio de firma local
ما هو Servicio de Firma Local؟
Servicio de Firma Local هو إضافة Chrome تم تطويرها بواسطة https://minder.cc، والميزة الرئيسية لها هي "Servicio de firma local".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Servicio de Firma Local
قم بتنزيل ملفات الامتداد Servicio de Firma Local بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Servicio de firma local para firmado de documentación. Compatible con certificados digitales almacenados en repositorios locales y/o token criptográficos.
معلومات أساسية عن التمديد
الاسم | Servicio de Firma Local |
ID | aponfihjobhijcogheaipnmolliifkkc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/servicio-de-firma-local/aponfihjobhijcogheaipnmolliifkkc |
الوصف | Servicio de firma local |
حجم الملف | 97.37 KB |
عدد التثبيتات | 1,501 |
النسخة الحالية | 1.0.12 |
آخر تحديث | 2023-09-04 |
تاريخ النشر | 2019-09-20 |
المطور | https://minder.cc |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://minder.cc/ |
عنوان صفحة سياسة الخصوصية | https://pdp.minder.cc |
اللغات المدعومة | es-419 |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "https:\/\/*.tulegajo.com\/*", "https:\/\/*.reciboselectronicos.com\/*", "https:\/\/*.recibosdigitales.com\/*", "https:\/\/*.tudel.cl\/*", "https:\/\/*.miportalonline.com\/*", "https:\/\/interlegajo.interbanking.com.ar\/*" ], "run_at": "document_start" } ], "description": "Servicio de firma local", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "manifest_version": 2, "name": "Servicio de Firma Local", "permissions": [ "nativeMessaging", "downloads", "downloads.open", "notifications" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.12", "web_accessible_resources": [ "api.js" ] } |