Yufu Secure Web Authentication Plugin
Web extension let you quickly access Yufu applications without requiring a username or password
Co to jest Yufu Secure Web Authentication Plugin?
Yufu Secure Web Authentication Plugin to rozszerzenie Chrome opracowane przez yufuidentity, a jego główną funkcją jest „Web extension let you quickly access Yufu applications without requiring a username or password”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Yufu Secure Web Authentication Plugin
Pobierz pliki rozszerzeń Yufu Secure Web Authentication Plugin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Yufu Secure Web Authentication Plugin allows securely access web applications without requiring username or password. With the Plugin you can automatically sign in to your business and personal website with just one click. You need a Yufu account to use the Plugin.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dplhnklfhlgpdffaemoobldhjhjnlpae |
Oficjalny URL | https://chrome.google.com/webstore/detail/yufu-secure-web-authentic/dplhnklfhlgpdffaemoobldhjhjnlpae |
Opis | Web extension let you quickly access Yufu applications without requiring a username or password |
Rozmiar pliku | 45.1 KB |
Liczba instalacji | 205 |
Aktualna Wersja | 0.6.0 |
Ostatnia Aktualizacja | 2022-03-10 |
Data Publikacji | 2020-02-17 |
Ocena | 5.00/5 Łącznie 7 Oceny |
Deweloper | yufuidentity |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://wiki.yufuid.com/display/IDAAS/Yufu+Secure+Web+Authentication+Plugin+Privacy+Policy+for+Chrome |
Obsługiwane Języki | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yufu Secure Web Authentication Plugin", "short_name": "Yufu", "version": "0.6.0", "manifest_version": 3, "description": "Web extension let you quickly access Yufu applications without requiring a username or password", "icons": { "16": "assets\/images\/icon-16.png", "128": "assets\/images\/icon-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "webNavigation", "storage", "privacy", "notifications", "tabs", "scripting" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ " |