Tugboat Logic Extension

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

什么是Tugboat Logic Extension?

Tugboat Logic Extension是由Tugboat Logic开发的Chrome扩展程序,该扩展的主要功能是“Capture screenshots from anywhere and save them to the app or answer security questionnaires in another site or portal.”。

扩展截图

screenshot
screenshot
screenshot

下载Tugboat Logic Extension扩展crx文件

下载Tugboat Logic Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Tugboat Logic Extension Tugboat Logic Extension
ID icnjdbfcgobdmmkpaabkeoflmfbdipad
官方URL https://chromewebstore.google.com/detail/tugboat-logic-extension/icnjdbfcgobdmmkpaabkeoflmfbdipad
简介 Capture screenshots from anywhere and save them to the app or answer security questionnaires in another site or portal.
文件大小 590 KB
安装次数 2,517
当前版本 2.1
更新时间 2022-01-28
上架时间 2020-06-18
评分 5.00/5 共2次评分
开发者 Tugboat Logic
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tugboatlogic.com/
隐私政策页面URL https://tugboatlogic.com/privacy-policy
支持的语言 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
    }
}