Titus Classification for Google Workspace

A Chrome extension to enable classification and policy enforcement for Google Workspace applications.

Τι είναι το Titus Classification for Google Workspace;

Το Titus Classification for Google Workspace είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://titus.com, και η κύρια λειτουργία του είναι "A Chrome extension to enable classification and policy enforcement for Google Workspace applications.".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης Titus Classification for Google Workspace

Λήψη αρχείων επέκτασης Titus Classification for Google Workspace σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Today’s organizations are adapting to new ways of working, spurred by innovative tools that help productivity. But this new technology poses a challenge to data protection. Every day, people access, use and share sensitive corporate information.

As business processes transform, data protection must evolve to address new and changing risks that come with modern work practices and meet regulatory requirements. More than ever before, organizations need solutions that protect data in their workflows.

Titus Classification for Google Workspace is a security solution that allows users to easily and confidently identify, classify, secure and share sensitive information within the flow of work.

Titus Classification for Google Workspace allows you to classify unstructured data and apply security policies to ensure protection for the sensitive content most important to your organization. Robust capabilities and rich feature sets define Titus Classification for Google Workspace, offering:
• Seamless user experience
• Forced and flexible classification
• Platform interoperability
• Workflow Rules:
– Policy enforcement for data protection
– Content inspection to accurately understand the sensitivity of the data
– Manual, suggested and automated classification

Titus is a leader in providing solutions that enable businesses to accelerate their adoption of data protection. The company’s products enable organizations to discover, classify, protect, analyze and share information. Millions of users in over 120 countries trust Titus to keep their data compliant and secure, including some of the largest financial institutions and manufacturing companies in the world, government and military organizations across the G-7 and Australia, and Fortune 2000 companies.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Titus Classification for Google Workspace Titus Classification for Google Workspace
ID bnkjcckpnollkhjegagooelfhnmompce
Επίσημο URL https://chromewebstore.google.com/detail/titus-classification-for/bnkjcckpnollkhjegagooelfhnmompce
Περιγραφή A Chrome extension to enable classification and policy enforcement for Google Workspace applications.
Μέγεθος Αρχείου 4.07 MB
Αριθμός Εγκαταστάσεων 147
Τρέχουσα Έκδοση 19.9.2337.5
Τελευταία Ενημέρωση 2023-11-13
Ημερομηνία Δημοσίευσης 2021-10-30
Προγραμματιστής https://titus.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.titus.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.titus.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Titus Classification for Google Workspace",
    "version": "19.9.2337.5",
    "manifest_version": 3,
    "description": "A Chrome extension to enable classification and policy enforcement for Google Workspace applications.",
    "icons": {
        "16": "img\/titusicon16.png",
        "48": "img\/titusicon48.png",
        "128": "img\/titusicon128.png"
    },
    "action": {
        "default_icon": "img\/titusicon16.png"
    },
    "permissions": [
        "storage",
        "background",
        "tabs",
        "browsingData"
    ],
    "oauth2": {
        "client_id": "691331905930-ucr0jr6vkq6e4b0gsv1ulc60re6t5mjc.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "https:\/\/www.googleapis.com\/auth\/gmail.modify",
            "https:\/\/www.googleapis.com\/auth\/drive.metadata",
            "https:\/\/www.googleapis.com\/auth\/drive.readonly",
            "https:\/\/www.googleapis.com\/auth\/spreadsheets",
            "https:\/\/www.googleapis.com\/auth\/calendar",
            "https:\/\/www.googleapis.com\/auth\/presentations",
            "https:\/\/www.googleapis.com\/auth\/documents",
            "https:\/\/www.googleapis.com\/auth\/script.scriptapp",
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly",
            "https:\/\/www.googleapis.com\/auth\/groups",
            "https:\/\/www.googleapis.com\/auth\/script.external_request"
        ]
    },
    "host_permissions": [
        "https:\/\/www.googleapis.com\/",
        "https:\/\/mail.google.com\/",
        "https:\/\/docs.google.com\/",
        "https:\/\/calendar.google.com\/",
        "https:\/\/script.googleapis.com\/v1\/scripts\/",
        "https:\/\/Google.Titus.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "css\/GSuite-all.css"
            ],
            "js": [
                "scripts\/base64.js",
                "scripts\/jquery.min.js",
                "scripts\/jszip.min.js",
                "scripts\/contentScript.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "css": [
                "css\/GSuite-all.css"
            ],
            "js": [
                "scripts\/base64.js",
                "scripts\/jquery.min.js",
                "scripts\/contentScript.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "css": [
                "css\/GSuite-all.css"
            ],
            "js": [
                "scripts\/base64.js",
                "scripts\/jquery.min.js",
                "scripts\/contentScript.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/drive.google.com\/*"
            ],
            "css": [
                "css\/GSuite-all.css"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/settings.js",
                "scripts\/contentScript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/close-x.png",
                "img\/warning.png",
                "img\/checkMark.png",
                "img\/arrow-down-grey.png",
                "img\/arrow-down-black.png",
                "img\/warning.png",
                "img\/alert.png",
                "img\/caretDown.png",
                "img\/caretRight.png",
                "img\/titusicon48.png",
                "img\/CheckPolicy_Checkmark.png",
                "img\/CheckPolicy_Failed.png",
                "img\/checkMark_office.png",
                "img\/chevron.png",
                "img\/chevron-black.png",
                "img\/chevron_backward.png",
                "img\/loaderdot.png",
                "img\/close-x_white.png",
                "img\/edit.png",
                "languages.json",
                "scripts\/jquery.min.js",
                "scripts\/base64.js",
                "scripts\/settings.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/calendar.google.com\/*",
                "https:\/\/docs.google.com\/*",
                "https:\/\/drive.google.com\/*"
            ],
            "extension_ids": []
        },
        {
            "resources": [
                "scripts\/gmailapp.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "extension_ids": []
        },
        {
            "resources": [
                "scripts\/calendarapp.js"
            ],
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "extension_ids": []
        },
        {
            "resources": [
                "scripts\/docsapp.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "extension_ids": []
        },
        {
            "resources": [
                "scripts\/driveapp.js"
            ],
            "matches": [
                "https:\/\/drive.google.com\/*"
            ],
            "extension_ids": []
        }
    ]
}