MSTC Signer App

MSTC Signer Chrome Extension

Vad är MSTC Signer App?

MSTC Signer App är en Chrome-tillägg utvecklad av https://www.mstcecommerce.com, och dess huvudfunktion är "MSTC Signer Chrome Extension".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner MSTC Signer App-förlängningens CRX-fil

Ladda ner MSTC Signer App-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn MSTC Signer App MSTC Signer App
ID hegmfehonmphmimjobfogcoppmgepcjj
Officiell webbadress https://chromewebstore.google.com/detail/mstc-signer-app/hegmfehonmphmimjobfogcoppmgepcjj
Beskrivning MSTC Signer Chrome Extension
Filstorlek 51.45 KB
Antal Installationer 9,693
Aktuell Version 2.2
Senast Uppdaterad 2019-07-25
Publiceringsdatum 2019-07-25
Betyg 4.50/5 Totalt 8 Betyg
Utvecklare https://www.mstcecommerce.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.mstcecommerce.com/
Stödda Språk 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"
}