Smart-ID WebAutoLogin

Smart-ID AutoLoginApp

Wat is Smart-ID WebAutoLogin?

Smart-ID WebAutoLogin is een Chrome-extensie ontwikkeld door Magic Control Technology Corporation, en de belangrijkste functie is "Smart-ID AutoLoginApp".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Smart-ID WebAutoLogin

Download Smart-ID WebAutoLogin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Smart-ID WebAutoLogin Smart-ID WebAutoLogin
ID hjjngolnpaaikemddabgdaobickpknco
Officiële URL https://chromewebstore.google.com/detail/smart-id-webautologin/hjjngolnpaaikemddabgdaobickpknco
Beschrijving Smart-ID AutoLoginApp
Bestandsgrootte 98.12 KB
Aantal Installaties 5,707
Huidige Versie 1.17
Laatst Bijgewerkt 2021-05-10
Publicatiedatum 2019-05-07
Beoordeling 3.85/5 Totaal 34 Beoordelingen
Ontwikkelaar Magic Control Technology Corporation
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81
Ondersteunde Talen 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
        }
    ]
}