Digital Signature Extension
Extension for EDS Plugin.
什么是Digital Signature Extension?
Digital Signature Extension是由https://akforta.com开发的Chrome扩展程序,该扩展的主要功能是“Extension for EDS Plugin.”。
扩展截图
下载Digital Signature Extension扩展crx文件
下载Digital Signature Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Make electronic digital signature anywhere you want! Extension will make you sure to sign your document or any file in browser Chrome. It should be used after installing plugin for Electronic Digital Signature. ★ You can get more rich documentation on using this extension from supplier. ★ Digital signature There is web-form for Document Management System. ★ Trusted by government standart Digital signature is De facto of every large business electronic system By installing the extension, you agree to the standard of GOST.
扩展基本信息
名称 | Digital Signature Extension |
ID | kpldbmkpocjcmmfibhekikdmljaiepkh |
官方URL | https://chromewebstore.google.com/detail/digital-signature-extensi/kpldbmkpocjcmmfibhekikdmljaiepkh |
简介 | Extension for EDS Plugin. |
文件大小 | 37.04 KB |
安装次数 | 8,213 |
当前版本 | 1.3 |
更新时间 | 2018-01-26 |
上架时间 | 2018-01-26 |
评分 | 4.00/5 共2次评分 |
开发者 | https://akforta.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://http:www.akforta.com |
支持的语言 | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Digital Signature Extension", "version": "1.3", "description": "Extension for EDS Plugin.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.akforta.kg\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.akforta.kg\/*" ], "js": [ "contentScript.js" ] } ], "permissions": [ "nativeMessaging" ] } |