MSTC Crypto Signer

MSTC Crypto Signer App

MSTC Crypto Signer là gì?

MSTC Crypto Signer là một tiện ích mở rộng Chrome được phát triển bởi https://www.mstcecommerce.com, và tính năng chính của nó là "MSTC Crypto Signer App".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MSTC Crypto Signer

Tải xuống các tệp mở rộng MSTC Crypto Signer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MSTC Crypto Signer MSTC Crypto Signer
ID lfeoajaabghokaccnpciejgdlbgcdipi
URL Chính Thức https://chromewebstore.google.com/detail/mstc-crypto-signer/lfeoajaabghokaccnpciejgdlbgcdipi
Mô tả MSTC Crypto Signer App
Kích Thước Tệp 95.96 KB
Số Lần Cài Đặt 296
Phiên Bản Hiện Tại 2022.4.1
Cập Nhật Lần Cuối 2022-08-12
Ngày Phát Hành 2022-08-11
Nhà Phát Triển https://www.mstcecommerce.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.mstcecommerce.com/
URL Trang Trợ Giúp https://www.mstcecommerce.com/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}