2FAst - Code Sender
Send your 2FA codes from your phone to your browser automatically
Qu'est-ce que 2FAst - Code Sender ?
2FAst - Code Sender est une extension Chrome développée par Pinapps, et sa fonction principale est "Send your 2FA codes from your phone to your browser automatically".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 2FAst - Code Sender
Téléchargez les fichiers d'extension 2FAst - Code Sender au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | 2FAst - Code Sender |
ID | djjophdaemcafajdpmbhfneamdmhhnkl |
URL Officiel | https://chromewebstore.google.com/detail/2fast-code-sender/djjophdaemcafajdpmbhfneamdmhhnkl |
Description | Send your 2FA codes from your phone to your browser automatically |
Taille du Fichier | 41.82 KB |
Nombre d'Installations | 421 |
Version Actuelle | 0.0.0.7 |
Dernière Mise à Jour | 2018-08-03 |
Date de Publication | 2018-08-03 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Pinapps |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://2fast.app/ |
URL de la Page d'Aide | https://2fast.app/ |
URL de la Page de Politique de Confidentialité | http://nsdc.gr/mobile-privacy-policy.html |
Langues Prises en Charge | 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" ] } } |