SIT 3DA CA WEB Client

Extension for signing documents in browser

Wat is SIT 3DA CA WEB Client?

SIT 3DA CA WEB Client is een Chrome-extensie ontwikkeld door SIT LLC, en de belangrijkste functie is "Extension for signing documents in browser".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SIT 3DA CA WEB Client

Download SIT 3DA CA WEB Client-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Розширення для накладання електронного підпису на документи у браузерах                    

Basisinformatie over de Extensie

Naam SIT 3DA CA WEB Client SIT 3DA CA WEB Client
ID nphbijnpcjlohpbpbaogffkagaeoaono
Officiële URL https://chromewebstore.google.com/detail/sit-3da-ca-web-client/nphbijnpcjlohpbpbaogffkagaeoaono
Beschrijving Extension for signing documents in browser
Bestandsgrootte 29.72 KB
Aantal Installaties 1,029
Huidige Versie 1.0.19
Laatst Bijgewerkt 2022-07-27
Publicatiedatum 2019-07-15
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar SIT LLC
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sit.company
Ondersteunde Talen en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "uk",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 2,
    "version": "1.0.19",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "nativeMessaging",
        "*:\/\/*\/*"
    ],
    "icons": {
        "48": "icons\/icon48.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup.html"
    }
}