Digital Signature Extension

Extension for EDS Plugin.

Digital Signature Extension क्या है?

Digital Signature Extension https://akforta.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for EDS Plugin."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Digital Signature Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Digital Signature Extension Digital Signature Extension
ID kpldbmkpocjcmmfibhekikdmljaiepkh
आधिकारिक URL https://chromewebstore.google.com/detail/digital-signature-extensi/kpldbmkpocjcmmfibhekikdmljaiepkh
विवरण Extension for EDS Plugin.
फ़ाइल का आकार 37.04 KB
स्थापना संख्या 8,213
वर्तमान संस्करण 1.3
अंतिम अपडेट 2018-01-26
प्रकाशन तिथि 2018-01-26
रेटिंग 4.00/5 कुल 2 रेटिंग्स
डेवलपर https://akforta.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://http:www.akforta.com
समर्थित भाषाएँ 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"
    ]
}