MSTC Crypto Signer
MSTC Crypto Signer App
MSTC Crypto Signerとは何ですか?
MSTC Crypto Signerはhttps://www.mstcecommerce.comによって開発されたChromeの拡張機能で、その主な機能は「MSTC Crypto Signer App」です。
拡張機能のスクリーンショット
MSTC Crypto Signer拡張機能のCRXファイルをダウンロード
MSTC Crypto Signer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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).
拡張機能の基本情報
名前 | MSTC Crypto Signer |
ID | lfeoajaabghokaccnpciejgdlbgcdipi |
公式URL | https://chromewebstore.google.com/detail/mstc-crypto-signer/lfeoajaabghokaccnpciejgdlbgcdipi |
説明 | MSTC Crypto Signer App |
ファイルサイズ | 95.96 KB |
インストール数 | 296 |
現在のバージョン | 2022.4.1 |
最終更新日 | 2022-08-12 |
公開日 | 2022-08-11 |
開発者 | https://www.mstcecommerce.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.mstcecommerce.com/ |
ヘルプページのURL | https://www.mstcecommerce.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MSTC Crypto Signer", "description": "MSTC Crypto Signer App", "version": "2022.4.1", "icons": { "16": "favicon.png", "48": "favicon.png", "128": "favicon.png" }, "action": { "default_icon": "favicon.png", "default_popup": "popup.html", "default_title": "COT App" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.mstcecommerce.com\/*", "https:\/\/cma.mstcauction.com\/*", "https:\/\/10.1.14.86\/*", "https:\/\/10.1.6.123\/*" ], "all_frames": true, "js": [ "content.js", "installed.js" ] } ], "permissions": [ "nativeMessaging" ], "externally_connectable": { "matches": [ "https:\/\/www.mstcecommerce.com\/*", "https:\/\/cma.mstcauction.com\/*", "https:\/\/10.1.14.86\/*", "https:\/\/10.1.6.123\/*" ] } } |