MSTC Crypto Signer
MSTC Crypto Signer App
什么是MSTC Crypto Signer?
MSTC Crypto Signer是由https://www.mstcecommerce.com开发的Chrome扩展程序,该扩展的主要功能是“MSTC Crypto Signer App”。
扩展截图
下载MSTC Crypto Signer扩展crx文件
下载MSTC Crypto Signer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
MSTC Signer App Extension MSTC Signer App extension provides creation of electronic digital signature, encryption and decryption of data. This App is specifically can be used by the users of website https://www.mstcecommerce.com/ which is made and maintained by MSTC LTD.(Public Sector Undertaking, owned and operated by the Government of India).
扩展基本信息
名称 | MSTC Crypto Signer |
ID | lfeoajaabghokaccnpciejgdlbgcdipi |
官方URL | https://chromewebstore.google.com/detail/mstc-crypto-signer/lfeoajaabghokaccnpciejgdlbgcdipi |
简介 | MSTC Crypto Signer App |
文件大小 | 95.96 KB |
安装次数 | 296 |
当前版本 | 2022.4.1 |
更新时间 | 2022-08-12 |
上架时间 | 2022-08-11 |
开发者 | https://www.mstcecommerce.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.mstcecommerce.com/ |
帮助页面URL | https://www.mstcecommerce.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MSTC Crypto Signer", "description": "MSTC Crypto Signer App", "version": "2022.4.1", "icons": { "16": "favicon.png", "48": "favicon.png", "128": "favicon.png" }, "action": { "default_icon": "favicon.png", "default_popup": "popup.html", "default_title": "COT App" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.mstcecommerce.com\/*", "https:\/\/cma.mstcauction.com\/*", "https:\/\/10.1.14.86\/*", "https:\/\/10.1.6.123\/*" ], "all_frames": true, "js": [ "content.js", "installed.js" ] } ], "permissions": [ "nativeMessaging" ], "externally_connectable": { "matches": [ "https:\/\/www.mstcecommerce.com\/*", "https:\/\/cma.mstcauction.com\/*", "https:\/\/10.1.14.86\/*", "https:\/\/10.1.6.123\/*" ] } } |