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
官方網址 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
    }
}