MSTC Signer App
MSTC Signer Chrome Extension
MSTC Signer Appとは何ですか?
MSTC Signer Appはhttps://www.mstcecommerce.comによって開発されたChromeの拡張機能で、その主な機能は「MSTC Signer Chrome Extension」です。
拡張機能のスクリーンショット
MSTC Signer App拡張機能のCRXファイルをダウンロード
MSTC Signer App拡張子のファイルを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 Signer App |
ID | hegmfehonmphmimjobfogcoppmgepcjj |
公式URL | https://chromewebstore.google.com/detail/mstc-signer-app/hegmfehonmphmimjobfogcoppmgepcjj |
説明 | MSTC Signer Chrome Extension |
ファイルサイズ | 51.45 KB |
インストール数 | 9,693 |
現在のバージョン | 2.2 |
最終更新日 | 2019-07-25 |
公開日 | 2019-07-25 |
評価 | 4.50/5 合計 8 レビュー |
開発者 | https://www.mstcecommerce.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.mstcecommerce.com/ |
対応言語 | 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" } |