Tugboat Logic Extension

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

Cos'è Tugboat Logic Extension?

Tugboat Logic Extension è un'estensione di Chrome sviluppata da Tugboat Logic, e la sua funzione principale è "Capture screenshots from anywhere and save them to the app or answer security questionnaires in another site or portal.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tugboat Logic Extension

Scarica i file di estensione Tugboat Logic Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tugboat Logic Extension Tugboat Logic Extension
ID icnjdbfcgobdmmkpaabkeoflmfbdipad
URL Ufficiale https://chromewebstore.google.com/detail/tugboat-logic-extension/icnjdbfcgobdmmkpaabkeoflmfbdipad
Descrizione Capture screenshots from anywhere and save them to the app or answer security questionnaires in another site or portal.
Dimensione del File 590 KB
Conteggio Installazioni 2,517
Versione Corrente 2.1
Ultimo Aggiornamento 2022-01-28
Data di Pubblicazione 2020-06-18
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Tugboat Logic
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tugboatlogic.com/
URL della Pagina della Politica sulla Privacy https://tugboatlogic.com/privacy-policy
Lingue Supportate 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
    }
}