eId Middleware
Access and export your digital certificates from the certificate store.
Что такое eId Middleware?
eId Middleware - это расширение Chrome, разработанное DigitalSign Certificadora Digital SA, и его основная функция - "Access and export your digital certificates from the certificate store.".
Снимки экрана расширения
Скачать файл CRX расширения eId Middleware
Скачайте файлы расширений eId Middleware в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        This extension will work as a proxy to communicate between the registered URLs and the respective native app.
The final purpose is to allow specific domains to sign documents with local or cloud certificates.                     Основная информация о расширении
| Название |   |  
| ID | hcjcpbfeaeifndcfejahhpoefjeajjio | 
| Официальный URL | https://chromewebstore.google.com/detail/eid-middleware/hcjcpbfeaeifndcfejahhpoefjeajjio | 
| Описание | Access and export your digital certificates from the certificate store. | 
| Размер файла | 236 KB | 
| Количество установок | 1,600 | 
| Текущая Версия | 0.0.0.6 | 
| Последнее Обновление | 2024-02-16 | 
| Дата публикации | 2022-11-03 | 
| Разработчик | DigitalSign Certificadora Digital SA | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| URL страницы политики конфиденциальности | https://www.digitalsign.pt/media/files/Downloads/politica-de-privacidade-digitalsign.pdf | 
| Поддерживаемые языки | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "eId Middleware",
    "description": "Access and export your digital certificates from the certificate store.",
    "version": "0.0.0.6",
    "manifest_version": 3,
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "android-chrome-192x192.png",
        "128": "android-chrome-192x192.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.signingdesk.com\/*",
            "https:\/\/*.digitalsign.pt\/*",
            "https:\/\/*.digitalsign.com.br\/*",
            "https:\/\/*.digitalsigncertificadora.com.br\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "nativeMessaging"
    ]
}  |  |