ePass Plugin Adapter

Digital signing

What is ePass Plugin Adapter?

ePass Plugin Adapter is a Chrome extension developed by АО "СИГНАЛ-КОМ", and its main feature is "Digital signing".

Extension Screenshots

screenshot

Download ePass Plugin Adapter Extension CRX File

Download ePass Plugin Adapter 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

                        ePass Plugin Adapter extension is a necessary component of ePass Cryptographic Plugin which is intended for digital signing in Electronic Passports System (EPS).

ePass Cryptographic Plugin is used in EPS web-applications for digital signing of legally relevant electronic documents and for strong users authentication.                    

Extension Basic Information

Name ePass Plugin Adapter ePass Plugin Adapter
ID pflnhkdikbjjmbalonhjpjfmgmcdaobg
Official URL https://chrome.google.com/webstore/detail/epass-plugin-adapter/pflnhkdikbjjmbalonhjpjfmgmcdaobg
Description Digital signing
File Size 51.23 KB
Installation Count 4,276
Current Version 1.2
Last Updated 2016-10-10
Publish Date 2016-10-10
Rating 5.00/5 Total 1 Ratings
Developer АО "СИГНАЛ-КОМ"
Email [email protected]
Payment Type free
Extension Website http://signal-com.ru/
Help Page URL http://signal-com.ru/sc_support
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ePass Plugin Adapter",
    "default_locale": "en",
    "version": "1.2",
    "manifest_version": 2,
    "description": "__MSG_chrome_extension_description__",
    "icons": {
        "128": "epass-128.png",
        "256": "epass-256.png",
        "512": "epass-512.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "FireBreathPromise.js",
            "wyrmhole.js",
            "firewyrm.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "wyrmhole.js",
        "wyrmhole-page.js",
        "FireBreathPromise.js",
        "firewyrm.js"
    ],
    "permissions": [
        "nativeMessaging"
    ]
}