Tinfoil Security - Login Recorder

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

Was ist Tinfoil Security - Login Recorder?

Tinfoil Security - Login Recorder ist eine Chrome-Erweiterung, die von https://www.tinfoilsecurity.com entwickelt wurde, und ihr Hauptmerkmal ist "Record login sequences in your own browser, then submit them to Tinfoil Security to be used by our scanner.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Tinfoil Security - Login Recorder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tinfoil Security - Login Recorder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tinfoil Security - Login Recorder Tinfoil Security - Login Recorder
ID jphahadlmickhilmjebjmdhgkpphfgmk
Offizielle URL https://chromewebstore.google.com/detail/tinfoil-security-login-re/jphahadlmickhilmjebjmdhgkpphfgmk
Beschreibung Record login sequences in your own browser, then submit them to Tinfoil Security to be used by our scanner.
Dateigröße 135 KB
Installationsanzahl 116
Aktuelle Version 0.0.25
Letztes Update 2020-06-04
Veröffentlichungsdatum 2020-06-04
Entwickler https://www.tinfoilsecurity.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.tinfoilsecurity.com
Hilfeseite URL https://support.tinfoilsecurity.com
URL der Datenschutzrichtlinien-Seite https://www.tinfoilsecurity.com/privacy
Unterstützte Sprachen 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"
    ]
}