MSTC Signer App
MSTC Signer Chrome Extension
Qu'est-ce que MSTC Signer App ?
MSTC Signer App est une extension Chrome développée par https://www.mstcecommerce.com, et sa fonction principale est "MSTC Signer Chrome Extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MSTC Signer App
Téléchargez les fichiers d'extension MSTC Signer App au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | MSTC Signer App |
ID | hegmfehonmphmimjobfogcoppmgepcjj |
URL Officiel | https://chromewebstore.google.com/detail/mstc-signer-app/hegmfehonmphmimjobfogcoppmgepcjj |
Description | MSTC Signer Chrome Extension |
Taille du Fichier | 51.45 KB |
Nombre d'Installations | 9,693 |
Version Actuelle | 2.2 |
Dernière Mise à Jour | 2019-07-25 |
Date de Publication | 2019-07-25 |
Évaluation | 4.50/5 Total 8 Évaluations |
Développeur | https://www.mstcecommerce.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.mstcecommerce.com/ |
Langues Prises en Charge | 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" } |