Smart-ID WebAutoLogin

Smart-ID AutoLoginApp

ما هو Smart-ID WebAutoLogin؟

Smart-ID WebAutoLogin هو إضافة Chrome تم تطويرها بواسطة Magic Control Technology Corporation، والميزة الرئيسية لها هي "Smart-ID AutoLoginApp".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Smart-ID WebAutoLogin

قم بتنزيل ملفات الامتداد Smart-ID WebAutoLogin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Smart-ID WebAutoLogin Smart-ID WebAutoLogin
ID hjjngolnpaaikemddabgdaobickpknco
عنوان URL الرسمي https://chromewebstore.google.com/detail/smart-id-webautologin/hjjngolnpaaikemddabgdaobickpknco
الوصف Smart-ID AutoLoginApp
حجم الملف 98.12 KB
عدد التثبيتات 5,707
النسخة الحالية 1.17
آخر تحديث 2021-05-10
تاريخ النشر 2019-05-07
تقييم 3.85/5 مجموع تقييمات 34
المطور Magic Control Technology Corporation
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81
اللغات المدعومة 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
        }
    ]
}