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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
URL страницы политики конфиденциальности | 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 } ] } |