2FAst - Code Sender

Send your 2FA codes from your phone to your browser automatically

Wat is 2FAst - Code Sender?

2FAst - Code Sender is een Chrome-extensie ontwikkeld door Pinapps, en de belangrijkste functie is "Send your 2FA codes from your phone to your browser automatically".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 2FAst - Code Sender

Download 2FAst - Code Sender-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam 2FAst - Code Sender 2FAst - Code Sender
ID djjophdaemcafajdpmbhfneamdmhhnkl
Officiële URL https://chromewebstore.google.com/detail/2fast-code-sender/djjophdaemcafajdpmbhfneamdmhhnkl
Beschrijving Send your 2FA codes from your phone to your browser automatically
Bestandsgrootte 41.82 KB
Aantal Installaties 421
Huidige Versie 0.0.0.7
Laatst Bijgewerkt 2018-08-03
Publicatiedatum 2018-08-03
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Pinapps
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://2fast.app/
Help Pagina-URL https://2fast.app/
URL van de Privacybeleid Pagina http://nsdc.gr/mobile-privacy-policy.html
Ondersteunde Talen 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"
        ]
    }
}