Smart-ID WebAutoLogin

Smart-ID AutoLoginApp

Cos'è Smart-ID WebAutoLogin?

Smart-ID WebAutoLogin è un'estensione di Chrome sviluppata da Magic Control Technology Corporation, e la sua funzione principale è "Smart-ID AutoLoginApp".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Smart-ID WebAutoLogin

Scarica i file di estensione Smart-ID WebAutoLogin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Smart-ID WebAutoLogin Smart-ID WebAutoLogin
ID hjjngolnpaaikemddabgdaobickpknco
URL Ufficiale https://chromewebstore.google.com/detail/smart-id-webautologin/hjjngolnpaaikemddabgdaobickpknco
Descrizione Smart-ID AutoLoginApp
Dimensione del File 98.12 KB
Conteggio Installazioni 5,707
Versione Corrente 1.17
Ultimo Aggiornamento 2021-05-10
Data di Pubblicazione 2019-05-07
Valutazione 3.85/5 Totale 34 Valutazioni
Sviluppatore Magic Control Technology Corporation
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81
Lingue Supportate 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
        }
    ]
}