EDM-KEP İmzalama Uygulaması
EDM-KEP İmzalama Uygulaması
¿Qué es EDM-KEP İmzalama Uygulaması?
EDM-KEP İmzalama Uygulaması es una extensión de Chrome desarrollada por urunyonetimiedm, y su función principal es "EDM-KEP İmzalama Uygulaması".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión EDM-KEP İmzalama Uygulaması
Descarga archivos de extensión EDM-KEP İmzalama Uygulaması en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
EDM Bilişim(http://www.edmbilisim.com.tr/) is a registered e-mail service provider in Turkey with the product named "EDM-KEP". This extension provides the digital signing capability for EDM-KEP communicating a desktop java application on user's machine.
EDM Bilişim Türkiye'deki lisanslı KEP hizmet sağlayıcılardan biridir. Bu eklenti EDM-KEP ürünü içinde kullanıcı makinasına yüklenen bir java uygulaması aracılığıyla elektronik imza atmayı sağlar. Información Básica de la Extensión
| Nombre | |
| ID | ihbnipdphkfcmfneejboekjeonaimbeb |
| URL Oficial | https://chromewebstore.google.com/detail/edm-kep-i%CC%87mzalama-uygulam/ihbnipdphkfcmfneejboekjeonaimbeb |
| Descripción | EDM-KEP İmzalama Uygulaması |
| Tamaño del Archivo | 12.19 KB |
| Cantidad de Instalaciones | 3,831 |
| Versión Actual | 1.9 |
| Última Actualización | 2023-01-31 |
| Fecha de Publicación | 2022-06-29 |
| Calificación | 3.00/5 Total de 4 Calificaciones |
| Desarrollador | urunyonetimiedm |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://www.edm-kep.com.tr/Portal/Account/LogOn |
| URL de la Página de Ayuda | https://www.edm-kep.com.tr/dosyalar/edmKEP_Kullanici_Kilavuzu.pdf |
| Idiomas Soportados | tr |
| manifest.json | |
{
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"content.js"
],
"matches": [
"https:\/\/www.edm-kep.com.tr\/Portal\/*",
"https:\/\/edm-kep.com.tr\/Portal\/*"
],
"run_at": "document_end"
},
{
"all_frames": true,
"js": [
"content.js"
],
"matches": [
"https:\/\/www.edm-kep.com.tr\/Portal\/WebMail\/*",
"https:\/\/edm-kep.com.tr\/Portal\/WebMail\/*"
],
"run_at": "document_end"
},
{
"all_frames": true,
"js": [
"content.js"
],
"matches": [
"https:\/\/www.edm-kep.com.tr\/Application\/*",
"https:\/\/edm-kep.com.tr\/Application\/*"
],
"run_at": "document_end"
}
],
"description": "EDM-KEP \u0130mzalama Uygulamas\u0131",
"icons": {
"19": "icon.ico"
},
"manifest_version": 3,
"name": "EDM-KEP \u0130mzalama Uygulamas\u0131",
"permissions": [
"nativeMessaging",
"activeTab",
"unlimitedStorage"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.9"
} | |