MSTC Signer App

MSTC Signer Chrome Extension

What is MSTC Signer App?

MSTC Signer App is a Chrome extension developed by https://www.mstcecommerce.com, and its main feature is "MSTC Signer Chrome Extension".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download MSTC Signer App Extension CRX File

Download MSTC Signer App extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name MSTC Signer App MSTC Signer App
ID hegmfehonmphmimjobfogcoppmgepcjj
Official URL https://chromewebstore.google.com/detail/mstc-signer-app/hegmfehonmphmimjobfogcoppmgepcjj
Description MSTC Signer Chrome Extension
File Size 51.45 KB
Installation Count 9,693
Current Version 2.2
Last Updated 2019-07-25
Publish Date 2019-07-25
Rating 4.50/5 Total 8 Ratings
Developer https://www.mstcecommerce.com
Email [email protected]
Payment Type free
Extension Website https://www.mstcecommerce.com/
Supported Languages 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"
}