MSTC Signer App

MSTC Signer Chrome Extension

MSTC Signer App là gì?

MSTC Signer App 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 Signer Chrome Extension".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng MSTC Signer App 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 Signer App MSTC Signer App
ID hegmfehonmphmimjobfogcoppmgepcjj
URL Chính Thức https://chromewebstore.google.com/detail/mstc-signer-app/hegmfehonmphmimjobfogcoppmgepcjj
Mô tả MSTC Signer Chrome Extension
Kích Thước Tệp 51.45 KB
Số Lần Cài Đặt 9,693
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2019-07-25
Ngày Phát Hành 2019-07-25
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
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/
Ngôn Ngữ Được Hỗ Trợ 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"
}