2FAst - Code Sender
Send your 2FA codes from your phone to your browser automatically
Cos'è 2FAst - Code Sender?
2FAst - Code Sender è un'estensione di Chrome sviluppata da Pinapps, e la sua funzione principale è "Send your 2FA codes from your phone to your browser automatically".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 2FAst - Code Sender
Scarica i file di estensione 2FAst - Code Sender 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
Send your 2FA codes from your phone to your browser and paste them automatically! Visit our website for more information https://2fast.app/ Download the android app from https://play.google.com/store/apps/details?id=com.pinapps.codesender
Informazioni di Base sull'Estensione
Nome | 2FAst - Code Sender |
ID | djjophdaemcafajdpmbhfneamdmhhnkl |
URL Ufficiale | https://chromewebstore.google.com/detail/2fast-code-sender/djjophdaemcafajdpmbhfneamdmhhnkl |
Descrizione | Send your 2FA codes from your phone to your browser automatically |
Dimensione del File | 41.82 KB |
Conteggio Installazioni | 421 |
Versione Corrente | 0.0.0.7 |
Ultimo Aggiornamento | 2018-08-03 |
Data di Pubblicazione | 2018-08-03 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Pinapps |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://2fast.app/ |
URL della Pagina di Aiuto | https://2fast.app/ |
URL della Pagina della Politica sulla Privacy | http://nsdc.gr/mobile-privacy-policy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.0.7", "name": "2FAst - Code Sender", "short_name": "2FAst - Code Sender", "description": "Send your 2FA codes from your phone to your browser automatically", "icons": { "128": "logo.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "credentials.html" }, "background": { "page": "background.html" }, "manifest_version": 2, "offline_enabled": false, "incognito": "spanning", "permissions": [ "gcm", "notifications", "clipboardWrite", "storage", "activeTab", "https:\/\/*\/" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'", "oauth2": { "client_id": "152575860699-seubfjc06pu6tse9tsg9944pcltipb2a.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } } |