MSTC Signer App

MSTC Signer Chrome Extension

什么是MSTC Signer App?

MSTC Signer App是由https://www.mstcecommerce.com开发的Chrome扩展程序,该扩展的主要功能是“MSTC Signer Chrome Extension”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载MSTC Signer App扩展crx文件

下载MSTC Signer App扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 MSTC Signer App MSTC Signer App
ID hegmfehonmphmimjobfogcoppmgepcjj
官方URL https://chromewebstore.google.com/detail/mstc-signer-app/hegmfehonmphmimjobfogcoppmgepcjj
简介 MSTC Signer Chrome Extension
文件大小 51.45 KB
安装次数 9,693
当前版本 2.2
更新时间 2019-07-25
上架时间 2019-07-25
评分 4.50/5 共8次评分
开发者 https://www.mstcecommerce.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.mstcecommerce.com/
支持的语言 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"
}