Tinfoil Security - Login Recorder

Record login sequences in your own browser, then submit them to Tinfoil Security to be used by our scanner.

Tinfoil Security - Login Recorder란 무엇입니까?

Tinfoil Security - Login Recorder은(는) https://www.tinfoilsecurity.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record login sequences in your own browser, then submit them to Tinfoil Security to be used by our scanner."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Tinfoil Security - Login Recorder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tinfoil Security Login Recorder allows you to teach Tinfoil Security’s scanner how to authenticate into your site by recording your login sequence.

Once you install the extension, follow the on-screen instructions to authenticate, select a site, create your recording, then submit to our servers. And that’s it! Your next Tinfoil Security scan will begin by mimicking your uploaded login sequence.

Note that Tinfoil Security is dedicated to handling your sensitive information privately and securely. After submitting, your recording and API keys are removed from your system. On Tinfoil’s servers, your recording is encrypted using the same security practices as the rest of Tinfoil Security's sensitive information. See https://www.tinfoilsecurity.com/security for more information.                    

확장 프로그램 기본 정보

이름 Tinfoil Security - Login Recorder Tinfoil Security - Login Recorder
ID jphahadlmickhilmjebjmdhgkpphfgmk
공식 URL https://chromewebstore.google.com/detail/tinfoil-security-login-re/jphahadlmickhilmjebjmdhgkpphfgmk
설명 Record login sequences in your own browser, then submit them to Tinfoil Security to be used by our scanner.
파일 크기 135 KB
설치 횟수 116
현재 버전 0.0.25
최근 업데이트 2020-06-04
출시 날짜 2020-06-04
개발자 https://www.tinfoilsecurity.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.tinfoilsecurity.com
도움말 페이지 URL https://support.tinfoilsecurity.com
개인정보 보호 정책 페이지 URL https://www.tinfoilsecurity.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tinfoil Security - Login Recorder",
    "version": "0.0.25",
    "manifest_version": 2,
    "description": "Record login sequences in your own browser, then submit them to Tinfoil Security to be used by our scanner.",
    "browser_action": {
        "default_icon": "frontend\/images\/icon_blue.png",
        "default_popup": "frontend\/popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "scripts\/contentscript\/contentscript.js"
            ],
            "css": [
                "frontend\/styles.css"
            ]
        }
    ],
    "homepage_url": "https:\/\/tinfoilsecurity.com",
    "icons": {
        "128": "frontend\/images\/extension-icon-128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}