MSTC Signer App
MSTC Signer Chrome Extension
Hvad er MSTC Signer App?
MSTC Signer App er en Chrome-udvidelse udviklet af https://www.mstcecommerce.com, og dens hovedfunktion er "MSTC Signer Chrome Extension".
Udvidelsesskærmbilleder
Download MSTC Signer App-udvidelses-CRX-fil
Download MSTC Signer App-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | MSTC Signer App |
ID | hegmfehonmphmimjobfogcoppmgepcjj |
Officiel URL | https://chromewebstore.google.com/detail/mstc-signer-app/hegmfehonmphmimjobfogcoppmgepcjj |
Beskrivelse | MSTC Signer Chrome Extension |
Filstørrelse | 51.45 KB |
Antal Installationer | 9,693 |
Nuværende Version | 2.2 |
Senest Opdateret | 2019-07-25 |
Udgivelsesdato | 2019-07-25 |
Bedømmelse | 4.50/5 Samlet 8 Bedømmelser |
Udvikler | https://www.mstcecommerce.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.mstcecommerce.com/ |
Understøttede Sprog | 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" } |