2FAst - Code Sender

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

Τι είναι το 2FAst - Code Sender;

Το 2FAst - Code Sender είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Pinapps, και η κύρια λειτουργία του είναι "Send your 2FA codes from your phone to your browser automatically".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης 2FAst - Code Sender

Λήψη αρχείων επέκτασης 2FAst - Code Sender σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 2FAst - Code Sender 2FAst - Code Sender
ID djjophdaemcafajdpmbhfneamdmhhnkl
Επίσημο URL https://chromewebstore.google.com/detail/2fast-code-sender/djjophdaemcafajdpmbhfneamdmhhnkl
Περιγραφή Send your 2FA codes from your phone to your browser automatically
Μέγεθος Αρχείου 41.82 KB
Αριθμός Εγκαταστάσεων 421
Τρέχουσα Έκδοση 0.0.0.7
Τελευταία Ενημέρωση 2018-08-03
Ημερομηνία Δημοσίευσης 2018-08-03
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Pinapps
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://2fast.app/
Διεύθυνση URL της Σελίδας Βοήθειας https://2fast.app/
URL της Σελίδας Πολιτικής Απορρήτου http://nsdc.gr/mobile-privacy-policy.html
Υποστηριζόμενες Γλώσσες 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"
        ]
    }
}