Tugboat Logic Extension

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

What is Tugboat Logic Extension?

Tugboat Logic Extension is a Chrome extension developed by Tugboat Logic, and its main feature is "Capture screenshots from anywhere and save them to the app or answer security questionnaires in another site or portal.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Tugboat Logic Extension Extension CRX File

Download Tugboat Logic Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tugboat Logic Extension Tugboat Logic Extension
ID icnjdbfcgobdmmkpaabkeoflmfbdipad
Official URL https://chromewebstore.google.com/detail/tugboat-logic-extension/icnjdbfcgobdmmkpaabkeoflmfbdipad
Description Capture screenshots from anywhere and save them to the app or answer security questionnaires in another site or portal.
File Size 590 KB
Installation Count 2,517
Current Version 2.1
Last Updated 2022-01-28
Publish Date 2020-06-18
Rating 5.00/5 Total 2 Ratings
Developer Tugboat Logic
Email [email protected]
Payment Type free
Extension Website https://tugboatlogic.com/
Privacy Policy Page URL https://tugboatlogic.com/privacy-policy
Supported Languages 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
    }
}