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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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}"
        }
    }
}