MSTC Signer App

MSTC Signer Chrome Extension

Co to jest MSTC Signer App?

MSTC Signer App to rozszerzenie Chrome opracowane przez https://www.mstcecommerce.com, a jego główną funkcją jest „MSTC Signer Chrome Extension”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia MSTC Signer App

Pobierz pliki rozszerzeń MSTC Signer App w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa MSTC Signer App MSTC Signer App
ID hegmfehonmphmimjobfogcoppmgepcjj
Oficjalny URL https://chromewebstore.google.com/detail/mstc-signer-app/hegmfehonmphmimjobfogcoppmgepcjj
Opis MSTC Signer Chrome Extension
Rozmiar pliku 51.45 KB
Liczba instalacji 9,693
Aktualna Wersja 2.2
Ostatnia Aktualizacja 2019-07-25
Data Publikacji 2019-07-25
Ocena 4.50/5 Łącznie 8 Oceny
Deweloper https://www.mstcecommerce.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.mstcecommerce.com/
Obsługiwane Języki 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"
}