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