Disig Web Signer

Extension for Disig Web Signer application used for signing documents with advanced or qualified electronic signature

What is Disig Web Signer?

Disig Web Signer is a Chrome extension developed by Disig a.s., and its main feature is "Extension for Disig Web Signer application used for signing documents with advanced or qualified electronic signature".

Extension Screenshots

screenshot

Download Disig Web Signer Extension CRX File

Download Disig Web Signer 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

                        Extension for Disig Web Signer application that is used for signing electronic documents with advanced or qualified electronic signatures in web portal environments.

It is also necessary to install Disig Web Signer application from a standalone installer package that can be acquired for example at https://zep.disig.sk/.                    

Extension Basic Information

Name Disig Web Signer Disig Web Signer
ID hfaapeomffgpemdlpgcjlgcogkiecjjn
Official URL https://chromewebstore.google.com/detail/disig-web-signer/hfaapeomffgpemdlpgcjlgcogkiecjjn
Description Extension for Disig Web Signer application used for signing documents with advanced or qualified electronic signature
File Size 30.81 KB
Installation Count 12,169
Current Version 1.1.2.0
Last Updated 2020-07-09
Publish Date 2020-07-08
Rating 2.33/5 Total 3 Ratings
Developer Disig a.s.
Email [email protected]
Payment Type free
Extension Website https://zep.disig.sk/QESPortal/sk/Info/Wizard
Help Page URL https://zep.disig.sk/Portal/sk/Info/Support
Supported Languages en,sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "WebSigner",
    "author": "Disig, a.s.",
    "description": "__MSG_appDesc__",
    "version": "1.1.2.0",
    "icons": {
        "16": "icons\/dws_16.png",
        "19": "icons\/dws_19.png",
        "32": "icons\/dws_32.png",
        "38": "icons\/dws_38.png",
        "128": "icons\/dws_128.png"
    },
    "default_locale": "sk",
    "background": {
        "scripts": [
            "dispatcher.js",
            "native-host.js",
            "native-host-manager.js",
            "main.js"
        ]
    },
    "permissions": [
        "nativeMessaging",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}