MSTC Signer App

MSTC Signer Chrome Extension

MSTC Signer Appคืออะไร?

MSTC Signer App เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mstcecommerce.com และคุณลักษณะหลักของมันคือ "MSTC Signer Chrome Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MSTC Signer App

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
}