MSTC Crypto Signer

MSTC Crypto Signer App

Wat is MSTC Crypto Signer?

MSTC Crypto Signer is een Chrome-extensie ontwikkeld door https://www.mstcecommerce.com, en de belangrijkste functie is "MSTC Crypto Signer App".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie MSTC Crypto Signer

Download MSTC Crypto Signer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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).                    

Basisinformatie over de Extensie

Naam MSTC Crypto Signer MSTC Crypto Signer
ID lfeoajaabghokaccnpciejgdlbgcdipi
Officiële URL https://chromewebstore.google.com/detail/mstc-crypto-signer/lfeoajaabghokaccnpciejgdlbgcdipi
Beschrijving MSTC Crypto Signer App
Bestandsgrootte 95.96 KB
Aantal Installaties 296
Huidige Versie 2022.4.1
Laatst Bijgewerkt 2022-08-12
Publicatiedatum 2022-08-11
Ontwikkelaar https://www.mstcecommerce.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.mstcecommerce.com/
Help Pagina-URL https://www.mstcecommerce.com/
Ondersteunde Talen 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\/*"
        ]
    }
}