Tugboat Logic Extension

Capture screenshots from anywhere and save them to the app or answer security questionnaires in another site or portal.

Was ist Tugboat Logic Extension?

Tugboat Logic Extension ist eine Chrome-Erweiterung, die von Tugboat Logic entwickelt wurde, und ihr Hauptmerkmal ist "Capture screenshots from anywhere and save them to the app or answer security questionnaires in another site or portal.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Tugboat Logic Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tugboat Logic Extension-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

                        Add Evidence with screen-shots
This feature lets you capture screenshots from anywhere on the browser and automatically save them to the appropriate evidence task in Tugboat Logic, allowing you to collect evidence quickly and efficiently.

Auto-Answer Security Questions
This feature allows you to answer security questions within portals or other systems outside of Tugboat Logic. Use this tool to enter external security questions in Tugboat Logic, review and customize possible answers, and paste these answers in the external questionnaire. Tugboat Logic can also save each question and answer pair so that they can be referenced at a later date or leveraged in future questionnaires.                    

Grundlegende Informationen zur Erweiterung

Name Tugboat Logic Extension Tugboat Logic Extension
ID icnjdbfcgobdmmkpaabkeoflmfbdipad
Offizielle URL https://chromewebstore.google.com/detail/tugboat-logic-extension/icnjdbfcgobdmmkpaabkeoflmfbdipad
Beschreibung Capture screenshots from anywhere and save them to the app or answer security questionnaires in another site or portal.
Dateigröße 590 KB
Installationsanzahl 2,517
Aktuelle Version 2.1
Letztes Update 2022-01-28
Veröffentlichungsdatum 2020-06-18
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Tugboat Logic
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://tugboatlogic.com/
URL der Datenschutzrichtlinien-Seite https://tugboatlogic.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tugboat Logic Extension",
    "description": "Capture screenshots from anywhere and save them to the app or answer security questionnaires in another site or portal.",
    "permissions": [
        "storage",
        "",
        "activeTab",
        "cookies",
        "contextMenus",
        "*:\/\/*.tugboatlogic.com\/"
    ],
    "version": "2.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-16.png"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    }
}