SIT 3DA CA WEB Client
Extension for signing documents in browser
什么是SIT 3DA CA WEB Client?
SIT 3DA CA WEB Client是由SIT LLC开发的Chrome扩展程序,该扩展的主要功能是“Extension for signing documents in browser”。
扩展截图
下载SIT 3DA CA WEB Client扩展crx文件
下载SIT 3DA CA WEB Client扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Розширення для накладання електронного підпису на документи у браузерах
扩展基本信息
名称 | SIT 3DA CA WEB Client |
ID | nphbijnpcjlohpbpbaogffkagaeoaono |
官方URL | https://chromewebstore.google.com/detail/sit-3da-ca-web-client/nphbijnpcjlohpbpbaogffkagaeoaono |
简介 | Extension for signing documents in browser |
文件大小 | 29.72 KB |
安装次数 | 1,029 |
当前版本 | 1.0.19 |
更新时间 | 2022-07-27 |
上架时间 | 2019-07-15 |
评分 | 3.00/5 共2次评分 |
开发者 | SIT LLC |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://sit.company |
支持的语言 | 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" } } |