MSTC Crypto Signer
MSTC Crypto Signer App
Cos'è MSTC Crypto Signer?
MSTC Crypto Signer è un'estensione di Chrome sviluppata da https://www.mstcecommerce.com, e la sua funzione principale è "MSTC Crypto Signer App".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MSTC Crypto Signer
Scarica i file di estensione MSTC Crypto Signer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | MSTC Crypto Signer |
ID | lfeoajaabghokaccnpciejgdlbgcdipi |
URL Ufficiale | https://chromewebstore.google.com/detail/mstc-crypto-signer/lfeoajaabghokaccnpciejgdlbgcdipi |
Descrizione | MSTC Crypto Signer App |
Dimensione del File | 95.96 KB |
Conteggio Installazioni | 296 |
Versione Corrente | 2022.4.1 |
Ultimo Aggiornamento | 2022-08-12 |
Data di Pubblicazione | 2022-08-11 |
Sviluppatore | https://www.mstcecommerce.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.mstcecommerce.com/ |
URL della Pagina di Aiuto | https://www.mstcecommerce.com/ |
Lingue Supportate | 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\/*" ] } } |