CryptoPro Extension for CAdES Browser Plug-in

Расширение позволяет использовать КриптоПро ЭЦП Browser plug-in в браузере. Для работы требует установленного ЭЦП Browser plug-in.

What is CryptoPro Extension for CAdES Browser Plug-in?

CryptoPro Extension for CAdES Browser Plug-in is a Chrome extension developed by https://www.cryptopro.ru, and its main feature is "Расширение позволяет использовать КриптоПро ЭЦП Browser plug-in в браузере. Для работы требует установленного ЭЦП Browser plug-in.".

Extension Screenshots

screenshot

Download CryptoPro Extension for CAdES Browser Plug-in Extension CRX File

Download CryptoPro Extension for CAdES Browser Plug-in extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Данное расширение позволяет создавать и проверять цифровые подписи с использованием КриптоПро ЭЦП Browser plug-in в браузерах на основе Chromium (Google Chrome, Chromium Edge и др.) для торгов, банкинга, подачи отчетности в ФНС, Росстат и другие органы. 
Подробнее о КриптоПро ЭЦП Browser plug-in:
инструкция по установке -"https://docs.cryptopro.ru/cades/plugin" 
дополнительная информация - "https://www.cryptopro.ru/products/cades/plugin"                    

Extension Basic Information

Name CryptoPro Extension for CAdES Browser Plug-in CryptoPro Extension for CAdES Browser Plug-in
ID iifchhfnnmpdbibifmljnfjhpififfog
Official URL https://chromewebstore.google.com/detail/cryptopro-extension-for-c/iifchhfnnmpdbibifmljnfjhpififfog
Description Расширение позволяет использовать КриптоПро ЭЦП Browser plug-in в браузере. Для работы требует установленного ЭЦП Browser plug-in.
File Size 69.25 KB
Installation Count 10,000,000
Current Version 1.2.13
Last Updated 2022-11-15
Publish Date 2019-12-03
Rating 1.82/5 Total 716 Ratings
Developer https://www.cryptopro.ru
Email [email protected]
Payment Type free
Extension Website https://docs.cryptopro.ru/cades/plugin
Help Page URL https://support.cryptopro.ru/
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsePKp3waq5KKtMV6DGvvY706kmxCCvsaVCoHylp2xlNuAlIXZtuRv+0l425qAqXJuMOx0CCniDQFB8LUqPw8W8C3tlZNhLh9RTayAsHMhgjeVJOO1BsX\/UYsyt2WM2ZNU93M\/VFl8lLpwPUwTx0O+ThLZGWyryUJtOfNJm0aZNCSgviM3Go6kanqBEe5H4SlItMd+96F0oYjh4y71ZfiUruqTPyKv9IfZbg6BWCf6Et5K6gyJtGG2DZ0oyZruub\/OfxcJbOIGYBilQmbUIvX9tyzVhlVjgdKRIZxtn+P+xI38MMtKIgvp8giSLyHnUQYTjaw\/TcBxVYoJknqUijK1QIDAQAB",
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u041a\u0440\u0438\u043f\u0442\u043e\u041f\u0440\u043e \u042d\u0426\u041f Browser plug-in \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435. \u0414\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u042d\u0426\u041f Browser plug-in.",
    "name": "CryptoPro Extension for CAdES Browser Plug-in",
    "author": "CryptoPro Ltd",
    "version": "1.2.13",
    "homepage_url": "https:\/\/www.cryptopro.ru\/cadesplugin",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.icloud.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "nmcades_plugin_api.js",
        "trusted_sites.html"
    ],
    "permissions": [
        "nativeMessaging",
        "declarativeContent",
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "page_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_popup": "popup.html"
    }
}