EDM-KEP İmzalama Uygulaması
EDM-KEP İmzalama Uygulaması
EDM-KEP İmzalama Uygulaması란 무엇입니까?
EDM-KEP İmzalama Uygulaması은(는) urunyonetimiedm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "EDM-KEP İmzalama Uygulaması"입니다.
확장 프로그램 스크린샷
EDM-KEP İmzalama Uygulaması 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | EDM-KEP İmzalama Uygulaması |
ID | ihbnipdphkfcmfneejboekjeonaimbeb |
공식 URL | https://chromewebstore.google.com/detail/edm-kep-i%CC%87mzalama-uygulam/ihbnipdphkfcmfneejboekjeonaimbeb |
설명 | EDM-KEP İmzalama Uygulaması |
파일 크기 | 12.19 KB |
설치 횟수 | 3,831 |
현재 버전 | 1.9 |
최근 업데이트 | 2023-01-31 |
출시 날짜 | 2022-06-29 |
평점 | 3.00/5 총 4 개의 평점 |
개발자 | urunyonetimiedm |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.edm-kep.com.tr/Portal/Account/LogOn |
도움말 페이지 URL | https://www.edm-kep.com.tr/dosyalar/edmKEP_Kullanici_Kilavuzu.pdf |
지원되는 언어 | 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" } |