EDM-KEP İmzalama Uygulaması
EDM-KEP İmzalama Uygulaması
Was ist EDM-KEP İmzalama Uygulaması?
EDM-KEP İmzalama Uygulaması ist eine Chrome-Erweiterung, die von urunyonetimiedm entwickelt wurde, und ihr Hauptmerkmal ist "EDM-KEP İmzalama Uygulaması".
Erweiterungsscreenshots
EDM-KEP İmzalama Uygulaması-Erweiterungs-CRX-Datei herunterladen
Laden Sie EDM-KEP İmzalama Uygulaması-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ihbnipdphkfcmfneejboekjeonaimbeb |
| Offizielle URL | https://chromewebstore.google.com/detail/edm-kep-i%CC%87mzalama-uygulam/ihbnipdphkfcmfneejboekjeonaimbeb |
| Beschreibung | EDM-KEP İmzalama Uygulaması |
| Dateigröße | 12.19 KB |
| Installationsanzahl | 3,831 |
| Aktuelle Version | 1.9 |
| Letztes Update | 2023-01-31 |
| Veröffentlichungsdatum | 2022-06-29 |
| Bewertung | 3.00/5 Insgesamt 4 Bewertungen |
| Entwickler | urunyonetimiedm |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.edm-kep.com.tr/Portal/Account/LogOn |
| Hilfeseite URL | https://www.edm-kep.com.tr/dosyalar/edmKEP_Kullanici_Kilavuzu.pdf |
| Unterstützte Sprachen | 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"
} | |