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
官方網址 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"
}