Tinfoil Security - Login Recorder

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

O que é Tinfoil Security - Login Recorder?

Tinfoil Security - Login Recorder é uma extensão do Chrome desenvolvida por https://www.tinfoilsecurity.com, e sua principal característica é "Record login sequences in your own browser, then submit them to Tinfoil Security to be used by our scanner.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tinfoil Security - Login Recorder

Baixe arquivos de extensão Tinfoil Security - Login Recorder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Tinfoil Security - Login Recorder Tinfoil Security - Login Recorder
ID jphahadlmickhilmjebjmdhgkpphfgmk
URL Oficial https://chromewebstore.google.com/detail/tinfoil-security-login-re/jphahadlmickhilmjebjmdhgkpphfgmk
Descrição Record login sequences in your own browser, then submit them to Tinfoil Security to be used by our scanner.
Tamanho do Arquivo 135 KB
Contagem de Instalações 116
Versão Atual 0.0.25
Última Atualização 2020-06-04
Data de Publicação 2020-06-04
Desenvolvedor https://www.tinfoilsecurity.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.tinfoilsecurity.com
URL da Página de Ajuda https://support.tinfoilsecurity.com
URL da Página de Política de Privacidade https://www.tinfoilsecurity.com/privacy
Idiomas Suportados 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"
    ]
}