WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Podepisovací komponenta Signer

Podepisovací komponenta Signer

View on Chrome Web Store
0.0 (0 ratings)
9 views

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Podepisovací komponenta Signer pro Chrome
Type
Extension
Users
9,000 users
1K
Asseco Central Europe, a.s.
Published
Version 2.0
Manifest version
3
Updated
productivity/communication
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Podepisovac\u00ed komponenta Signer",
    "author": "Asseco Central Europe, a.s.",
    "description": "Podepisovac\u00ed komponenta Signer pro Chrome",
    "version": "2.0",
    "icons": {
        "16": "NMSigner16.png",
        "32": "NMSigner32.png",
        "48": "NMSigner48.png",
        "64": "NMSigner64.png",
        "128": "NMSigner128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.intranet.local\/*",
                "*:\/\/*.asseco.cz\/*",
                "*:\/\/*.asseco.sk\/*",
                "*:\/\/*.assecosk.local\/*",
                "*:\/\/*.asseco.com\/*",
                "*:\/\/*.portalzp.cz\/*",
                "*:\/\/*.cpzp.cz\/*",
                "*:\/\/*.ozp.cz\/*",
                "*:\/\/*.zpskoda.cz\/*",
                "*:\/\/*.rbp-zp.cz\/*",
                "*:\/\/*.vozp.cz\/*",
                "*:\/\/*.kartamehosrdce.cz\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "nativeMessaging"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.intranet.local\/*",
            "*:\/\/*.asseco.cz\/*",
            "*:\/\/*.asseco.sk\/*",
            "*:\/\/*.assecosk.local\/*",
            "*:\/\/*.asseco.com\/*",
            "*:\/\/*.portalzp.cz\/*",
            "*:\/\/*.cpzp.cz\/*",
            "*:\/\/*.ozp.cz\/*",
            "*:\/\/*.zpskoda.cz\/*",
            "*:\/\/*.rbp-zp.cz\/*",
            "*:\/\/*.vozp.cz\/*",
            "*:\/\/*.kartamehosrdce.cz\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.