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
Eメール [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
    }
}