Asseco Signing Tool

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

Vad är Asseco Signing Tool?

Asseco Signing Tool är en Chrome-tillägg utvecklad av asseco.signer, och dess huvudfunktion är "Signs documents using personal certificates. Needs native component installed to work.".

Tilläggsskärmbilder

screenshot

Ladda ner Asseco Signing Tool-förlängningens CRX-fil

Ladda ner Asseco Signing Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Asseco Signing Tool Asseco Signing Tool
ID ibfiamfekfpbfebihldgoeicmddpmagb
Officiell webbadress https://chromewebstore.google.com/detail/asseco-signing-tool/ibfiamfekfpbfebihldgoeicmddpmagb
Beskrivning Signs documents using personal certificates. Needs native component installed to work.
Filstorlek 262 KB
Antal Installationer 390
Aktuell Version 5.1.1
Senast Uppdaterad 2018-12-10
Publiceringsdatum 2018-12-10
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare asseco.signer
Betalningssätt free
Stödda Språk 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"
    ]
}