Comtrade DigSig plugin

Comtrade DigSig plugin

What is Comtrade DigSig plugin?

Comtrade DigSig plugin is a Chrome extension developed by Comtrade, and its main feature is "Comtrade DigSig plugin".

Extension Screenshots

screenshot
screenshot

Download Comtrade DigSig plugin Extension CRX File

Download Comtrade DigSig plugin 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

                        This extension is intended for all users of software solutions, which use Comtrade DigSig component for digital signing of documents.
The component consists of two parts,  Google Chrome extension piece and standalone installation file, which is available on the website of the manufacturer.
For more information, please visit: http://content.comtradedigital.com/digsig-plugin

Supported standards and protocols:

XML-Signature Syntax and Processing (W3C)
XML Advanced Electronic Signatures – XAdES (W3C)
XML Canonicalization (W3C)
RFC 3161 – Internet X.509 Public Key Infrastructure Time-Stamp Protocol (client)
Client for Entrust(R) Verification Service Time Stamping

Test page:

https://local.comtrade.com/si/dejavnosti/financni_sektor/bancnistvo/PrevzemKomponent/testSign.html


Ta vtičnik je namenjen vsem uporabnikom programskih rešitev, ki za digitalno podpisovanje dokumentov uporabljajo komponento za digitalni podpis Comtrade DigSig.
Komponenta je sestavljena iz dveh delov, Google Chrome vtičnika in samostojne namestitvene datoteke, ki je na voljo na spletnih straneh proizvajalca. 
Za več informacij prosimo obiščite naslov: http://content.comtradedigital.com/digsig-plugin .                    

Extension Basic Information

Name Comtrade DigSig plugin Comtrade DigSig plugin
ID dpfapjogmljlpglmpmkkmopacibdajgm
Official URL https://chromewebstore.google.com/detail/comtrade-digsig-plugin/dpfapjogmljlpglmpmkkmopacibdajgm
Description Comtrade DigSig plugin
File Size 5.96 KB
Installation Count 69,774
Current Version 2.0.101.0
Last Updated 2019-06-18
Publish Date 2019-06-18
Rating 1.99/5 Total 219 Ratings
Developer Comtrade
Payment Type free
Extension Website http://content.comtradedigital.com/digsig-plugin
Help Page URL http://content.comtradedigital.com/digsig-plugin
Privacy Policy Page URL https://www.comtrade.com/chrome-extensions-privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comtrade DigSig plugin",
    "version": "2.0.101.0",
    "description": "Comtrade DigSig plugin",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.comtrade.com\/*",
                "*:\/\/*.hermes.si\/*",
                "*:\/\/*.edavki.durs.si\/*",
                "*:\/\/*.durs.si\/*",
                "*:\/\/*.nlb.si\/*",
                "https:\/\/*.gbkr.si\/*",
                "https:\/\/*.pbs.si\/*",
                "https:\/\/*.zdravstvena.net\/*",
                "https:\/\/www.eskladi.si\/*",
                "https:\/\/*.hypo.hr\/*",
                "https:\/\/*.addiko.hr\/*",
                "https:\/\/unionnet.unionbank.ba\/*",
                "https:\/\/eprijava.tax.gov.me\/*",
                "https:\/\/*.fpu.gov.ba\/*",
                "https:\/\/*.e-hypo.ba\/*",
                "https:\/\/*.hypo.ba\/*",
                "https:\/\/*.addiko.ba\/*",
                "https:\/\/*.addiko-rs.ba\/*",
                "https:\/\/*.addiko-fbih.ba\/*",
                "https:\/\/*.addiko.rs\/*",
                "https:\/\/*.addiko.me\/*",
                "https:\/\/*.uniontest.ba\/*",
                "https:\/\/*.addiko.si\/*",
                "https:\/\/*.hypo-alpe-adria.si\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "nativeMessaging"
    ],
    "manifest_version": 2
}