2FAst - Code Sender

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

2FAst - Code Senderとは何ですか?

2FAst - Code SenderはPinappsによって開発されたChromeの拡張機能で、その主な機能は「Send your 2FA codes from your phone to your browser automatically」です。

拡張機能のスクリーンショット

screenshot

2FAst - Code Sender拡張機能のCRXファイルをダウンロード

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
Eメール [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"
        ]
    }
}