MSTC Crypto Signer
MSTC Crypto Signer App
MSTC Crypto Signerคืออะไร?
MSTC Crypto Signer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mstcecommerce.com และคุณลักษณะหลักของมันคือ "MSTC Crypto Signer App"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MSTC Crypto Signer
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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\/*" ] } } |