InfoNotary Browser Signer

This extensions allows InfoNotary e-Doc Signer to be used for digital signing from web sites.

What is InfoNotary Browser Signer?

InfoNotary Browser Signer is a Chrome extension developed by INFONOTARY PLC, and its main feature is "This extensions allows InfoNotary e-Doc Signer to be used for digital signing from web sites.".

Extension Screenshots

screenshot

Download InfoNotary Browser Signer Extension CRX File

Download InfoNotary Browser Signer 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 allows web sites to use Infonotary e-Doc Signer to generate digitally signatures. Desktop app supports certificates installed on smart cards or in Windows certificate store.                    

Extension Basic Information

Name InfoNotary Browser Signer InfoNotary Browser Signer
ID llaokelbfkmobccgapblllonaonnnmkk
Official URL https://chromewebstore.google.com/detail/infonotary-browser-signer/llaokelbfkmobccgapblllonaonnnmkk
Description This extensions allows InfoNotary e-Doc Signer to be used for digital signing from web sites.
File Size 28.72 KB
Installation Count 1,046
Current Version 1.0.9
Last Updated 2022-08-05
Publish Date 2019-01-02
Developer INFONOTARY PLC
Email [email protected]
Payment Type free
Supported Languages en,bg
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "InfoNotary Browser Signer",
    "description": "__MSG_extensionDescription__",
    "version": "1.0.9",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp5wvHK1+zev9isMwM5GUqI6usozhzJUNp0pVYlLvJaiZMnhH46HVaEnxCouVdYUQIC31kG2IKYTMwyuzgxF6efG4Z08SfHbzM5MyOqsigEJYQkp4vtGs5+8TbEpD\/MuC8OaBXFqWAEML3kKLkydDayN9veVcGfew4FIaQk953eqveobGW6kWfG6zhntz4GhUTfthjJtdruKGjWlhXKcVfvC+T83k12EAfBQyLmZag40iazq54rVcJQQPSS7PmtiDrxiPYLXiVvR9g6NWM+dLcaz0iy38UPH1AH9mtehMqtSYHs0kn7ALUEW4XpBVzLfjEABYwnHz9qg6Q4xMGYG7DQIDAQAB",
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon-128.png",
                "page.js"
            ],
            "extension_ids": [
                "llaokelbfkmobccgapblllonaonnnmkk"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "nativeMessaging"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}