EDM-KEP İmzalama Uygulaması
EDM-KEP İmzalama Uygulaması
Vad är EDM-KEP İmzalama Uygulaması?
EDM-KEP İmzalama Uygulaması är en Chrome-tillägg utvecklad av urunyonetimiedm, och dess huvudfunktion är "EDM-KEP İmzalama Uygulaması".
Tilläggsskärmbilder
Ladda ner EDM-KEP İmzalama Uygulaması-förlängningens CRX-fil
Ladda ner EDM-KEP İmzalama Uygulaması-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | EDM-KEP İmzalama Uygulaması |
ID | ihbnipdphkfcmfneejboekjeonaimbeb |
Officiell webbadress | https://chromewebstore.google.com/detail/edm-kep-i%CC%87mzalama-uygulam/ihbnipdphkfcmfneejboekjeonaimbeb |
Beskrivning | EDM-KEP İmzalama Uygulaması |
Filstorlek | 12.19 KB |
Antal Installationer | 3,831 |
Aktuell Version | 1.9 |
Senast Uppdaterad | 2023-01-31 |
Publiceringsdatum | 2022-06-29 |
Betyg | 3.00/5 Totalt 4 Betyg |
Utvecklare | urunyonetimiedm |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.edm-kep.com.tr/Portal/Account/LogOn |
Hjälpsida URL | https://www.edm-kep.com.tr/dosyalar/edmKEP_Kullanici_Kilavuzu.pdf |
Stödda Språk | 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" } |