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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
    }
}