FPS Security Key
FPS Security Key WebAutoLogin APP
ما هو FPS Security Key؟
FPS Security Key هو إضافة Chrome تم تطويرها بواسطة Magic Control Technology Corporation، والميزة الرئيسية لها هي "FPS Security Key WebAutoLogin APP".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FPS Security Key
قم بتنزيل ملفات الامتداد FPS Security Key بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
FPS Security Key chrome extension is for FPS Security Key users to automatically login web account via fingerprint. Please note that to enable the extension auto-login function, you must have the FPS Security Key device connected to the windows computer.
معلومات أساسية عن التمديد
الاسم | |
ID | nfbjlcepkikbcpkngggemcococigeooj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/fps-security-key/nfbjlcepkikbcpkngggemcococigeooj |
الوصف | FPS Security Key WebAutoLogin APP |
حجم الملف | 84.65 KB |
عدد التثبيتات | 155 |
النسخة الحالية | 1.3 |
آخر تحديث | 2019-05-08 |
تاريخ النشر | 2019-05-08 |
المطور | 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": "FPS Security Key", "version": "1.3", "description": "FPS Security Key WebAutoLogin APP", "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 } ] } |