MSTC Signer App
MSTC Signer Chrome Extension
Cos'è MSTC Signer App?
MSTC Signer App è un'estensione di Chrome sviluppata da https://www.mstcecommerce.com, e la sua funzione principale è "MSTC Signer Chrome Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MSTC Signer App
Scarica i file di estensione MSTC Signer App 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 Signer App |
ID | hegmfehonmphmimjobfogcoppmgepcjj |
URL Ufficiale | https://chromewebstore.google.com/detail/mstc-signer-app/hegmfehonmphmimjobfogcoppmgepcjj |
Descrizione | MSTC Signer Chrome Extension |
Dimensione del File | 51.45 KB |
Conteggio Installazioni | 9,693 |
Versione Corrente | 2.2 |
Ultimo Aggiornamento | 2019-07-25 |
Data di Pubblicazione | 2019-07-25 |
Valutazione | 4.50/5 Totale 8 Valutazioni |
Sviluppatore | https://www.mstcecommerce.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.mstcecommerce.com/ |
Lingue Supportate | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "favicon.png", "default_popup": "popup.html", "default_title": "MSTC Signer App" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "http:\/\/www.mstcecommerce.com\/*", "https:\/\/www.mstcecommerce.com\/*", "http:\/\/www.mstcauction.com\/*", "https:\/\/www.mstcauction.com\/*" ] } ], "description": "MSTC Signer Chrome Extension", "externally_connectable": { "matches": [ "http:\/\/www.mstcecommerce.com\/*", "https:\/\/www.mstcecommerce.com\/*", "http:\/\/www.mstcauction.com\/*", "https:\/\/www.mstcauction.com\/*" ] }, "manifest_version": 2, "name": "MSTC Signer App", "permissions": [ "nativeMessaging", "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.2" } |