IDEMIA Smartcard Web Connector

Enable the IDEMIA's smartcard on the web.

IDEMIA Smartcard Web Connector क्या है?

IDEMIA Smartcard Web Connector IDEMIA द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enable the IDEMIA's smartcard on the web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IDEMIA Smartcard Web Connector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        IDEMIA Smartcard Web Connector is a web extension to Chrome browser to access IDEMIA’s Identity cards from a web application.                    

एक्सटेंशन की मूल जानकारी

नाम IDEMIA Smartcard Web Connector IDEMIA Smartcard Web Connector
ID pmcjdgnohppjkhnadihaonfmdponlcbi
आधिकारिक URL https://chromewebstore.google.com/detail/idemia-smartcard-web-conn/pmcjdgnohppjkhnadihaonfmdponlcbi
विवरण Enable the IDEMIA's smartcard on the web.
फ़ाइल का आकार 284 KB
स्थापना संख्या 2,775
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2020-02-04
प्रकाशन तिथि 2020-02-04
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर IDEMIA
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.idemia.com/legal-notes-privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IDEMIA Smartcard Web Connector",
    "version": "1.2.2",
    "author": "IDEMIA",
    "minimum_chrome_version": "40.0",
    "manifest_version": 2,
    "description": "Enable the IDEMIA's smartcard on the web.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "js\/scwebconnector.js",
        "html\/*",
        "css\/*",
        "icons\/*"
    ],
    "permissions": [
        "nativeMessaging"
    ]
}