EDM-KEP İmzalama Uygulaması
EDM-KEP İmzalama Uygulaması
Cos'è EDM-KEP İmzalama Uygulaması?
EDM-KEP İmzalama Uygulaması è un'estensione di Chrome sviluppata da urunyonetimiedm, e la sua funzione principale è "EDM-KEP İmzalama Uygulaması".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EDM-KEP İmzalama Uygulaması
Scarica i file di estensione EDM-KEP İmzalama Uygulaması in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | EDM-KEP İmzalama Uygulaması |
ID | ihbnipdphkfcmfneejboekjeonaimbeb |
URL Ufficiale | https://chromewebstore.google.com/detail/edm-kep-i%CC%87mzalama-uygulam/ihbnipdphkfcmfneejboekjeonaimbeb |
Descrizione | EDM-KEP İmzalama Uygulaması |
Dimensione del File | 12.19 KB |
Conteggio Installazioni | 3,831 |
Versione Corrente | 1.9 |
Ultimo Aggiornamento | 2023-01-31 |
Data di Pubblicazione | 2022-06-29 |
Valutazione | 3.00/5 Totale 4 Valutazioni |
Sviluppatore | urunyonetimiedm |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.edm-kep.com.tr/Portal/Account/LogOn |
URL della Pagina di Aiuto | https://www.edm-kep.com.tr/dosyalar/edmKEP_Kullanici_Kilavuzu.pdf |
Lingue Supportate | 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" } |