Dokobit e-signing and e-identification

Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners

ما هو Dokobit e-signing and e-identification؟

Dokobit e-signing and e-identification هو إضافة Chrome تم تطويرها بواسطة https://www.dokobit.com، والميزة الرئيسية لها هي "Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Dokobit e-signing and e-identification

قم بتنزيل ملفات الامتداد Dokobit e-signing and e-identification بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Install Dokobit browser extension for Google Chrome to sign documents on Dokobit electronic document signing portal and login to various e-services of Dokobit partners. Dokobit supports Lithuanian, Latvian, Estonian, Finnish, Icelandic, Belgian eIDs and e-Residency smart card. 

In order to use Dokobit for e-signing and e-identification, you have to install required software and verify setup directly from https://www.dokobit.com/downloads.                    

معلومات أساسية عن التمديد

الاسم Dokobit e-signing and e-identification Dokobit e-signing and e-identification
ID cmcgkhihcjkdlgiackjkpcjpbgbpdmgb
عنوان URL الرسمي https://chromewebstore.google.com/detail/dokobit-e-signing-and-e-i/cmcgkhihcjkdlgiackjkpcjpbgbpdmgb
الوصف Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners
حجم الملف 21.45 KB
عدد التثبيتات 80,000
النسخة الحالية 1.1.55
آخر تحديث 2024-02-09
تاريخ النشر 2020-01-09
تقييم 3.29/5 مجموع تقييمات 21
المطور https://www.dokobit.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.dokobit.com/downloads
عنوان صفحة المساعدة https://support.dokobit.com/
عنوان صفحة سياسة الخصوصية https://www.dokobit.com/compliance/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dokobit e-signing and e-identification",
    "version": "1.1.55",
    "minimum_chrome_version": "88.0",
    "manifest_version": 3,
    "description": "Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "isign-content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "isign-background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "isign-page.js",
                "isign-script.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging",
        "storage"
    ]
}