Asseco Signing Tool

Signs documents using personal certificates. Needs native component installed to work.

What is Asseco Signing Tool?

Asseco Signing Tool is a Chrome extension developed by asseco.signer, and its main feature is "Signs documents using personal certificates. Needs native component installed to work.".

Extension Screenshots

screenshot

Download Asseco Signing Tool Extension CRX File

Download Asseco Signing Tool 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

                        Signs documents using personal certificates. Needs native component installed to work.                    

Extension Basic Information

Name Asseco Signing Tool Asseco Signing Tool
ID ibfiamfekfpbfebihldgoeicmddpmagb
Official URL https://chromewebstore.google.com/detail/asseco-signing-tool/ibfiamfekfpbfebihldgoeicmddpmagb
Description Signs documents using personal certificates. Needs native component installed to work.
File Size 262 KB
Installation Count 390
Current Version 5.1.1
Last Updated 2018-12-10
Publish Date 2018-12-10
Rating 1.00/5 Total 1 Ratings
Developer asseco.signer
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "asseco see",
    "manifest_version": 2,
    "name": "Asseco Signing Tool",
    "version": "5.1.1",
    "description": "Signs documents using personal certificates. Needs native component installed to work.",
    "browser_action": {
        "default_icon": {
            "20": "images\/icons8-stamp-20.png",
            "40": "images\/icons8-stamp-40.png",
            "48": "images\/icons8-stamp-48.png",
            "96": "images\/icons8-stamp-96.png"
        },
        "default_title": "Asseco Signing Tool",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "dist\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/localhost\/*",
                "https:\/\/*.uvmk.gov.mk\/*",
                "*:\/\/e-agencija.aek.mk\/*",
                "*:\/\/signing.asseco-see.mk\/demo\/*"
            ],
            "js": [
                "dist\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "injected-script.js"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "50.0"
        }
    },
    "permissions": [
        "*:\/\/localhost\/*",
        "https:\/\/*.uvmk.gov.mk\/*",
        "*:\/\/e-agencija.aek.mk\/*",
        "*:\/\/signing.asseco-see.mk\/demo\/*",
        "*:\/\/*.w3.org\/*",
        "activeTab",
        "nativeMessaging"
    ]
}