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
官方網址 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"
        ]
    }
}