IDEMIA Smartcard Web Connector

Enable the IDEMIA's smartcard on the web.

Τι είναι το IDEMIA Smartcard Web Connector;

Το IDEMIA Smartcard Web Connector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον IDEMIA, και η κύρια λειτουργία του είναι "Enable the IDEMIA's smartcard on the web.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης IDEMIA Smartcard Web Connector

Λήψη αρχείων επέκτασης IDEMIA Smartcard Web Connector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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