MSTC Crypto Signer
MSTC Crypto Signer App
Was ist MSTC Crypto Signer?
MSTC Crypto Signer ist eine Chrome-Erweiterung, die von https://www.mstcecommerce.com entwickelt wurde, und ihr Hauptmerkmal ist "MSTC Crypto Signer App".
Erweiterungsscreenshots
MSTC Crypto Signer-Erweiterungs-CRX-Datei herunterladen
Laden Sie MSTC Crypto Signer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | MSTC Crypto Signer |
ID | lfeoajaabghokaccnpciejgdlbgcdipi |
Offizielle URL | https://chromewebstore.google.com/detail/mstc-crypto-signer/lfeoajaabghokaccnpciejgdlbgcdipi |
Beschreibung | MSTC Crypto Signer App |
Dateigröße | 95.96 KB |
Installationsanzahl | 296 |
Aktuelle Version | 2022.4.1 |
Letztes Update | 2022-08-12 |
Veröffentlichungsdatum | 2022-08-11 |
Entwickler | https://www.mstcecommerce.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.mstcecommerce.com/ |
Hilfeseite URL | https://www.mstcecommerce.com/ |
Unterstützte Sprachen | 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\/*" ] } } |