MSTC Signer App
MSTC Signer Chrome Extension
Wat is MSTC Signer App?
MSTC Signer App is een Chrome-extensie ontwikkeld door https://www.mstcecommerce.com, en de belangrijkste functie is "MSTC Signer Chrome Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie MSTC Signer App
Download MSTC Signer App-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | MSTC Signer App |
ID | hegmfehonmphmimjobfogcoppmgepcjj |
Officiële URL | https://chromewebstore.google.com/detail/mstc-signer-app/hegmfehonmphmimjobfogcoppmgepcjj |
Beschrijving | MSTC Signer Chrome Extension |
Bestandsgrootte | 51.45 KB |
Aantal Installaties | 9,693 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2019-07-25 |
Publicatiedatum | 2019-07-25 |
Beoordeling | 4.50/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://www.mstcecommerce.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.mstcecommerce.com/ |
Ondersteunde Talen | 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" } |