2 Factor Sigil
Indicator for whether the current site supports 2fa
Cos'è 2 Factor Sigil?
2 Factor Sigil è un'estensione di Chrome sviluppata da https://wills.co.tt, e la sua funzione principale è "Indicator for whether the current site supports 2fa".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 2 Factor Sigil
Scarica i file di estensione 2 Factor Sigil in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
2 Factor sigil keeps a visual indication in the menu bar indicating whether the current site supports 2nd factor authentication. The icon will turn green for sites which do support 2nd factor. Clicking on the icon will take you to the documentation on how to enable 2 factor when such a URL exists. Sites status reflects the presence of a site in https://twofactorauth.org/ Changelog: 0.0.1: Initial Release
Informazioni di Base sull'Estensione
Nome | 2 Factor Sigil |
ID | cbdfpgmgblnhpojnhchjejiggjehinmk |
URL Ufficiale | https://chromewebstore.google.com/detail/2-factor-sigil/cbdfpgmgblnhpojnhchjejiggjehinmk |
Descrizione | Indicator for whether the current site supports 2fa |
Dimensione del File | 47.63 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2017-06-18 |
Data di Pubblicazione | 2017-06-18 |
Sviluppatore | https://wills.co.tt |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/willscott/2fsigil |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "icons\/action-16.png", "128": "icons\/action-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "permissions": [ "alarms", "declarativeContent", "activeTab", "storage", "https:\/\/api.github.com\/*", "https:\/\/raw.githubusercontent.com\/2factorauth\/twofactorauth\/*" ], "browser_action": { "default_icon": { "19": "icons\/action-19-bad.png", "38": "icons\/action-38-bad.png" }, "default_title": "2nd Factor Support" } } |