Tugboat Logic Extension

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

Wat is Tugboat Logic Extension?

Tugboat Logic Extension is een Chrome-extensie ontwikkeld door Tugboat Logic, en de belangrijkste functie is "Capture screenshots from anywhere and save them to the app or answer security questionnaires in another site or portal.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Tugboat Logic Extension

Download Tugboat Logic Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tugboat Logic Extension Tugboat Logic Extension
ID icnjdbfcgobdmmkpaabkeoflmfbdipad
Officiële URL https://chromewebstore.google.com/detail/tugboat-logic-extension/icnjdbfcgobdmmkpaabkeoflmfbdipad
Beschrijving Capture screenshots from anywhere and save them to the app or answer security questionnaires in another site or portal.
Bestandsgrootte 590 KB
Aantal Installaties 2,517
Huidige Versie 2.1
Laatst Bijgewerkt 2022-01-28
Publicatiedatum 2020-06-18
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Tugboat Logic
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tugboatlogic.com/
URL van de Privacybeleid Pagina https://tugboatlogic.com/privacy-policy
Ondersteunde Talen 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
    }
}