Smart-ID WebAutoLogin

Smart-ID AutoLoginApp

Was ist Smart-ID WebAutoLogin?

Smart-ID WebAutoLogin ist eine Chrome-Erweiterung, die von Magic Control Technology Corporation entwickelt wurde, und ihr Hauptmerkmal ist "Smart-ID AutoLoginApp".

Erweiterungsscreenshots

screenshot
screenshot

Smart-ID WebAutoLogin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Smart-ID WebAutoLogin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Smart-ID WebAutoLogin extension is for Smart-ID fingerprint users to automatically login web account via fingerprint. Please note to enable the extension auto-login function, you must have the Smart-ID fingerprint device connected to the windows computer.                    

Grundlegende Informationen zur Erweiterung

Name Smart-ID WebAutoLogin Smart-ID WebAutoLogin
ID hjjngolnpaaikemddabgdaobickpknco
Offizielle URL https://chromewebstore.google.com/detail/smart-id-webautologin/hjjngolnpaaikemddabgdaobickpknco
Beschreibung Smart-ID AutoLoginApp
Dateigröße 98.12 KB
Installationsanzahl 5,707
Aktuelle Version 1.17
Letztes Update 2021-05-10
Veröffentlichungsdatum 2019-05-07
Bewertung 3.85/5 Insgesamt 34 Bewertungen
Entwickler Magic Control Technology Corporation
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart-ID WebAutoLogin",
    "version": "1.17",
    "description": "Smart-ID AutoLoginApp",
    "permissions": [
        "nativeMessaging",
        "tabs",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "content_scripts\/content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}