Digital Signature Extension

Extension for EDS Plugin.

What is Digital Signature Extension?

Digital Signature Extension is a Chrome extension developed by https://akforta.com, and its main feature is "Extension for EDS Plugin.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Digital Signature Extension Extension CRX File

Download Digital Signature Extension 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

                        Make electronic digital signature anywhere you want!
Extension will make you sure to sign your document or any file in browser Chrome. It should be used after installing plugin for Electronic Digital Signature.

★ You can get more rich documentation on using this extension from supplier.

★ Digital signature
There is web-form for Document Management System.

★ Trusted by government standart
Digital signature is De facto of every large business electronic system


By installing the extension, you agree to the standard of GOST.                    

Extension Basic Information

Name Digital Signature Extension Digital Signature Extension
ID kpldbmkpocjcmmfibhekikdmljaiepkh
Official URL https://chromewebstore.google.com/detail/digital-signature-extensi/kpldbmkpocjcmmfibhekikdmljaiepkh
Description Extension for EDS Plugin.
File Size 37.04 KB
Installation Count 8,213
Current Version 1.3
Last Updated 2018-01-26
Publish Date 2018-01-26
Rating 4.00/5 Total 2 Ratings
Developer https://akforta.com
Email [email protected]
Payment Type free
Privacy Policy Page URL http://http:www.akforta.com
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Digital Signature Extension",
    "version": "1.3",
    "description": "Extension for EDS Plugin.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.akforta.kg\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/*.akforta.kg\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging"
    ]
}