EDM-KEP İmzalama Uygulaması

EDM-KEP İmzalama Uygulaması

EDM-KEP İmzalama Uygulaması là gì?

EDM-KEP İmzalama Uygulaması là một tiện ích mở rộng Chrome được phát triển bởi urunyonetimiedm, và tính năng chính của nó là "EDM-KEP İmzalama Uygulaması".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng EDM-KEP İmzalama Uygulaması

Tải xuống các tệp mở rộng EDM-KEP İmzalama Uygulaması dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EDM-KEP İmzalama Uygulaması EDM-KEP İmzalama Uygulaması
ID ihbnipdphkfcmfneejboekjeonaimbeb
URL Chính Thức https://chromewebstore.google.com/detail/edm-kep-i%CC%87mzalama-uygulam/ihbnipdphkfcmfneejboekjeonaimbeb
Mô tả EDM-KEP İmzalama Uygulaması
Kích Thước Tệp 12.19 KB
Số Lần Cài Đặt 3,831
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2023-01-31
Ngày Phát Hành 2022-06-29
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển urunyonetimiedm
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.edm-kep.com.tr/Portal/Account/LogOn
URL Trang Trợ Giúp https://www.edm-kep.com.tr/dosyalar/edmKEP_Kullanici_Kilavuzu.pdf
Ngôn Ngữ Được Hỗ Trợ 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"
}