MSTC Crypto Signer
MSTC Crypto Signer App
¿Qué es MSTC Crypto Signer?
MSTC Crypto Signer es una extensión de Chrome desarrollada por https://www.mstcecommerce.com, y su función principal es "MSTC Crypto Signer App".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión MSTC Crypto Signer
Descarga archivos de extensión MSTC Crypto Signer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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).
Información Básica de la Extensión
Nombre | MSTC Crypto Signer |
ID | lfeoajaabghokaccnpciejgdlbgcdipi |
URL Oficial | https://chromewebstore.google.com/detail/mstc-crypto-signer/lfeoajaabghokaccnpciejgdlbgcdipi |
Descripción | MSTC Crypto Signer App |
Tamaño del Archivo | 95.96 KB |
Cantidad de Instalaciones | 296 |
Versión Actual | 2022.4.1 |
Última Actualización | 2022-08-12 |
Fecha de Publicación | 2022-08-11 |
Desarrollador | https://www.mstcecommerce.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.mstcecommerce.com/ |
URL de la Página de Ayuda | https://www.mstcecommerce.com/ |
Idiomas Soportados | 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\/*" ] } } |