Smart-ID WebAutoLogin

Smart-ID AutoLoginApp

Qu'est-ce que Smart-ID WebAutoLogin ?

Smart-ID WebAutoLogin est une extension Chrome développée par Magic Control Technology Corporation, et sa fonction principale est "Smart-ID AutoLoginApp".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Smart-ID WebAutoLogin

Téléchargez les fichiers d'extension Smart-ID WebAutoLogin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Smart-ID WebAutoLogin Smart-ID WebAutoLogin
ID hjjngolnpaaikemddabgdaobickpknco
URL Officiel https://chromewebstore.google.com/detail/smart-id-webautologin/hjjngolnpaaikemddabgdaobickpknco
Description Smart-ID AutoLoginApp
Taille du Fichier 98.12 KB
Nombre d'Installations 5,707
Version Actuelle 1.17
Dernière Mise à Jour 2021-05-10
Date de Publication 2019-05-07
Évaluation 3.85/5 Total 34 Évaluations
Développeur Magic Control Technology Corporation
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81
Langues Prises en Charge 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
        }
    ]
}