MSTC Crypto Signer

MSTC Crypto Signer App

Qu'est-ce que MSTC Crypto Signer ?

MSTC Crypto Signer est une extension Chrome développée par https://www.mstcecommerce.com, et sa fonction principale est "MSTC Crypto Signer App".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension MSTC Crypto Signer

Téléchargez les fichiers d'extension MSTC Crypto Signer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom MSTC Crypto Signer MSTC Crypto Signer
ID lfeoajaabghokaccnpciejgdlbgcdipi
URL Officiel https://chromewebstore.google.com/detail/mstc-crypto-signer/lfeoajaabghokaccnpciejgdlbgcdipi
Description MSTC Crypto Signer App
Taille du Fichier 95.96 KB
Nombre d'Installations 296
Version Actuelle 2022.4.1
Dernière Mise à Jour 2022-08-12
Date de Publication 2022-08-11
Développeur https://www.mstcecommerce.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.mstcecommerce.com/
URL de la Page d'Aide https://www.mstcecommerce.com/
Langues Prises en Charge 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\/*"
        ]
    }
}