Token signing

Use your eID smart card on the web

ما هو Token signing؟

Token signing هو إضافة Chrome تم تطويرها بواسطة riaee، والميزة الرئيسية لها هي "Use your eID smart card on the web".

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

screenshot

تحميل ملف CRX للإضافة Token signing

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

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

                        Active development and management of the Token Signing component have ended due to the transition to the new web authentication and signing solution (Web eID): https://www.id.ee/en/article/the-latest-version-of-the-id-software-includes-an-innovative-web-eid-interface/
Token Signing extension will be removed from the extensions stores on 1st September 2023.
Web eID components are included in the ID-software installation package which can be downloaded from the website www.id.ee.
NB! Please remove Token Signing extension in order for Web eID to work.

For Uninstallation, please follow these instructions https://github.com/open-eid/chrome-token-signing/wiki/Extension-removal.                    

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

الاسم Token signing Token signing
ID ckjefchnfjhjfedoccjbhjpbncimppeg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ckjefchnfjhjfedoccjbhjpbncimppeg
الوصف Use your eID smart card on the web
حجم الملف 60.28 KB
عدد التثبيتات 515,219
النسخة الحالية 0.0.33
آخر تحديث 2023-08-15
تاريخ النشر 2019-07-22
تقييم 1.83/5 مجموع تقييمات 824
المطور riaee
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.id.ee/en/
اللغات المدعومة en,et,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Token signing",
    "version": "0.0.33",
    "minimum_chrome_version": "40.0",
    "manifest_version": 2,
    "description": "Use your eID smart card on the web",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.overdrive.com\/*",
                "*:\/\/*\/*.svg",
                "https:\/\/ebs.instructure.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "nativeMessaging"
    ],
    "applications": {
        "gecko": {
            "id": "{443830f0-1fff-4f9a-aa1e-444bafbc7319}"
        }
    }
}