2FAst - Code Sender

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

What is 2FAst - Code Sender?

2FAst - Code Sender is a Chrome extension developed by Pinapps, and its main feature is "Send your 2FA codes from your phone to your browser automatically".

Extension Screenshots

screenshot

Download 2FAst - Code Sender Extension CRX File

Download 2FAst - Code Sender extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name 2FAst - Code Sender 2FAst - Code Sender
ID djjophdaemcafajdpmbhfneamdmhhnkl
Official URL https://chromewebstore.google.com/detail/2fast-code-sender/djjophdaemcafajdpmbhfneamdmhhnkl
Description Send your 2FA codes from your phone to your browser automatically
File Size 41.82 KB
Installation Count 421
Current Version 0.0.0.7
Last Updated 2018-08-03
Publish Date 2018-08-03
Rating 3.00/5 Total 2 Ratings
Developer Pinapps
Email [email protected]
Payment Type free
Extension Website https://2fast.app/
Help Page URL https://2fast.app/
Privacy Policy Page URL http://nsdc.gr/mobile-privacy-policy.html
Supported Languages 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"
        ]
    }
}