MSTC Signer App

MSTC Signer Chrome Extension

Apa itu MSTC Signer App?

MSTC Signer App adalah ekstensi Chrome yang dikembangkan oleh https://www.mstcecommerce.com, dan fitur utamanya adalah "MSTC Signer Chrome Extension".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi MSTC Signer App

Unduh file ekstensi MSTC Signer App dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama MSTC Signer App MSTC Signer App
ID hegmfehonmphmimjobfogcoppmgepcjj
URL Resmi https://chromewebstore.google.com/detail/mstc-signer-app/hegmfehonmphmimjobfogcoppmgepcjj
Deskripsi MSTC Signer Chrome Extension
Ukuran File 51.45 KB
Jumlah Instalasi 9,693
Versi Saat Ini 2.2
Terakhir Diperbarui 2019-07-25
Tanggal Publikasi 2019-07-25
Penilaian 4.50/5 Total 8 Penilaian
Pengembang https://www.mstcecommerce.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.mstcecommerce.com/
Bahasa yang Didukung 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"
}