AutofillDuo
Skip the hassle of Duo
O que é AutofillDuo?
AutofillDuo é uma extensão do Chrome desenvolvida por michaellan202, e sua principal característica é "Skip the hassle of Duo".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AutofillDuo
Baixe arquivos de extensão AutofillDuo 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
You've got meetings to join, emails to check, and assignments to turn in. Skip Duo and get right to work: no more checking your phone and getting notifications. AutofillDuo supports all prompt styles (don't worry if you don't know what this means), and has a 2-minute setup and fully-automatic usage—lay back and relax! Features: * Future-proofed with Manifest v3 * Compatible with all Duo prompts (Universal/Traditional) * Fully-automatic execution, enabled by default * Quick setup: <5 minutes * Inspired by other browser extensions such as Bye Duo Fixed: * Allow some configurations that were originally disallowed on Traditional mode!
Informações Básicas da Extensão
Nome | AutofillDuo |
ID | caojkghbbpbfondngcjabamocpgkjgjn |
URL Oficial | https://chromewebstore.google.com/detail/autofillduo/caojkghbbpbfondngcjabamocpgkjgjn |
Descrição | Skip the hassle of Duo |
Tamanho do Arquivo | 16.93 KB |
Contagem de Instalações | 96 |
Versão Atual | 1.0.2 |
Última Atualização | 2022-11-19 |
Data de Publicação | 2022-09-23 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | michaellan202 |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/mizlan/AutofillDuo/issues |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AutofillDuo", "version": "1.0.2", "description": "Skip the hassle of Duo", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.duosecurity.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.duosecurity.com\/*\/prompt", "https:\/\/*.duosecurity.com\/*\/prompt?*", "https:\/\/*.duosecurity.com\/*\/auth", "https:\/\/*.duosecurity.com\/*\/auth?*" ], "all_frames": true, "js": [ "lib\/jsOTP.min.js", "content.js" ] } ], "action": { "default_popup": "popup\/activation.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |