Yufu Secure Web Authentication Plugin
Web extension let you quickly access Yufu applications without requiring a username or password
O que é Yufu Secure Web Authentication Plugin?
Yufu Secure Web Authentication Plugin é uma extensão do Chrome desenvolvida por yufuidentity, e sua principal característica é "Web extension let you quickly access Yufu applications without requiring a username or password".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Yufu Secure Web Authentication Plugin
Baixe arquivos de extensão Yufu Secure Web Authentication Plugin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | dplhnklfhlgpdffaemoobldhjhjnlpae |
URL Oficial | https://chrome.google.com/webstore/detail/yufu-secure-web-authentic/dplhnklfhlgpdffaemoobldhjhjnlpae |
Descrição | Web extension let you quickly access Yufu applications without requiring a username or password |
Tamanho do Arquivo | 45.1 KB |
Contagem de Instalações | 205 |
Versão Atual | 0.6.0 |
Última Atualização | 2022-03-10 |
Data de Publicação | 2020-02-17 |
Classificação | 5.00/5 Total de 7 Avaliações |
Desenvolvedor | yufuidentity |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://wiki.yufuid.com/display/IDAAS/Yufu+Secure+Web+Authentication+Plugin+Privacy+Policy+for+Chrome |
Idiomas Suportados | 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": [ " |