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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة سياسة الخصوصية 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
    }
}