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文件

下載Tinfoil Security - Login Recorder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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