MSTC Crypto Signer
MSTC Crypto Signer App
What is MSTC Crypto Signer?
MSTC Crypto Signer is a Chrome extension developed by https://www.mstcecommerce.com, and its main feature is "MSTC Crypto Signer App".
Extension Screenshots
Download MSTC Crypto Signer Extension CRX File
Download MSTC Crypto Signer 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
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).
Extension Basic Information
Name | MSTC Crypto Signer |
ID | lfeoajaabghokaccnpciejgdlbgcdipi |
Official URL | https://chromewebstore.google.com/detail/mstc-crypto-signer/lfeoajaabghokaccnpciejgdlbgcdipi |
Description | MSTC Crypto Signer App |
File Size | 95.96 KB |
Installation Count | 296 |
Current Version | 2022.4.1 |
Last Updated | 2022-08-12 |
Publish Date | 2022-08-11 |
Developer | https://www.mstcecommerce.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.mstcecommerce.com/ |
Help Page URL | https://www.mstcecommerce.com/ |
Supported Languages | 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\/*" ] } } |