EDM-KEP İmzalama Uygulaması

EDM-KEP İmzalama Uygulaması

Qu'est-ce que EDM-KEP İmzalama Uygulaması ?

EDM-KEP İmzalama Uygulaması est une extension Chrome développée par urunyonetimiedm, et sa fonction principale est "EDM-KEP İmzalama Uygulaması".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension EDM-KEP İmzalama Uygulaması

Téléchargez les fichiers d'extension EDM-KEP İmzalama Uygulaması au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom EDM-KEP İmzalama Uygulaması EDM-KEP İmzalama Uygulaması
ID ihbnipdphkfcmfneejboekjeonaimbeb
URL Officiel https://chromewebstore.google.com/detail/edm-kep-i%CC%87mzalama-uygulam/ihbnipdphkfcmfneejboekjeonaimbeb
Description EDM-KEP İmzalama Uygulaması
Taille du Fichier 12.19 KB
Nombre d'Installations 3,831
Version Actuelle 1.9
Dernière Mise à Jour 2023-01-31
Date de Publication 2022-06-29
Évaluation 3.00/5 Total 4 Évaluations
Développeur urunyonetimiedm
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.edm-kep.com.tr/Portal/Account/LogOn
URL de la Page d'Aide https://www.edm-kep.com.tr/dosyalar/edmKEP_Kullanici_Kilavuzu.pdf
Langues Prises en Charge 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"
}