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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tugboat Logic และคุณลักษณะหลักของมันคือ "Capture screenshots from anywhere and save them to the app or answer security questionnaires in another site or portal."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tugboat Logic Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}