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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}