SIT 3DA CA WEB Client
Extension for signing documents in browser
What is SIT 3DA CA WEB Client?
SIT 3DA CA WEB Client is a Chrome extension developed by SIT LLC, and its main feature is "Extension for signing documents in browser".
Extension Screenshots
Download SIT 3DA CA WEB Client Extension CRX File
Download SIT 3DA CA WEB Client 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
Розширення для накладання електронного підпису на документи у браузерах
Extension Basic Information
Name | SIT 3DA CA WEB Client |
ID | nphbijnpcjlohpbpbaogffkagaeoaono |
Official URL | https://chromewebstore.google.com/detail/sit-3da-ca-web-client/nphbijnpcjlohpbpbaogffkagaeoaono |
Description | Extension for signing documents in browser |
File Size | 29.72 KB |
Installation Count | 1,029 |
Current Version | 1.0.19 |
Last Updated | 2022-07-27 |
Publish Date | 2019-07-15 |
Rating | 3.00/5 Total 2 Ratings |
Developer | SIT LLC |
[email protected] | |
Payment Type | free |
Extension Website | https://sit.company |
Supported Languages | 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" } } |