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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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\/*" ] } } |