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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}