Virtru for Drive

Virtru for Drive

Co to jest Virtru for Drive?

Virtru for Drive to rozszerzenie Chrome opracowane przez Virtru Corporation, a jego główną funkcją jest „Virtru for Drive”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Virtru for Drive

Pobierz pliki rozszerzeń Virtru for Drive w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Virtru Data Encryption, Protection, and Privacy for Google Drive.

***This extension requires a valid license with Virtru to Activate and be able to use. The primary functionality of this extension is a paid feature and users need a license to use it. For more details please visit our website at https://www.virtru.com/google-workspace-encryption. Additionally, if you already paid for Virtru for Drive please reach out to your domain admin for assistance with licensing.***

Easily protect files in Google Drive, and maintain control wherever they’re shared.

At Virtru, we understand that data is an organization’s most valuable asset and sharing it is critical for business success. But sharing data creates significant risk. We believe no one should have to choose between protecting data and sharing it. We help more than 20,000 organizations, large and small, across almost every industry, protect data wherever it’s created or shared so they can collaborate with confidence. 

Virtru is a certified partner for Google CSE encryption key management to support heightened privacy and compliance for Google Docs, Sheets, and Slides within Google Cloud. 

Encrypt files ranging from PDF to Word, PowerPoint, Excel, PNG, and CAD files uploaded to Google Drive to prevent unauthorized access.

Privacy
Ensure files uploaded to and shared from Google Drive stay private, so you don’t have to trust Google with your data.

Compliance
Maintain compliance with data privacy regulations such as HIPAA, GDPR, CJIS, ITAR, CCPA, FERPA, CMMC, NIST, and more.

Secure Sharing 
Protect files stored in Drive and maintain control wherever they’re shared—both internally and externally, beyond Google.

End-to-End Encryption
Object-level, client-side encryption for files uploaded to Google Drive.

Persistent Access Controls
Access revocation, expiration, disable sharing, and watermarking give you persistent control, wherever Drive files are shared.

Watermarking
Watermark files uploaded to Drive with recipients’ names, helping prevent file-based data leaks as they’re shared externally.

Contact us to learn more or try Virtru at your organization: https://www.virtru.com/contact-us/ 

By clicking the “Install” button above, or by otherwise downloading or installing the Virtru software referenced above, you consent to be bound by the Virtru Terms of Service (https://www.virtru.com/terms-of-service), which governs your access to and use of the Virtru software.  If you are downloading or installing the Virtru Software, or otherwise accepting the Virtru Terms of Services, on behalf of an entity (such as your employer), you represent to Virtru that you have the legal authority to accept that Virtru Terms of Service on behalf of that entity.                    

Podstawowe informacje o rozszerzeniu

Nazwa Virtru for Drive Virtru for Drive
ID nhdkblgjckgbdpjbohjepdakoioldloe
Oficjalny URL https://chromewebstore.google.com/detail/virtru-for-drive/nhdkblgjckgbdpjbohjepdakoioldloe
Opis Virtru for Drive
Rozmiar pliku 3.22 MB
Liczba instalacji 26,865
Aktualna Wersja 5.6.1
Ostatnia Aktualizacja 2024-02-26
Data Publikacji 2020-03-23
Ocena 3.40/5 Łącznie 5 Oceny
Deweloper Virtru Corporation
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.virtru.com/
Adres URL Strony Pomocy https://support.virtru.com/
Adres URL Strony Polityki Prywatności https://www.virtru.com/privacy-policy
Obsługiwane Języki de,en,fr,es,it,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "5.6.1",
    "homepage_url": "https:\/\/www.virtru.com",
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png"
    },
    "action": {
        "default_icon": {
            "19": "icons\/browser-action-19.png",
            "38": "icons\/browser-action-38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Virtru"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*.google.com\/",
        "https:\/\/*.google.com\/",
        "http:\/\/*.virtru.com\/",
        "https:\/\/*.virtru.com\/",
        "https:\/\/virtru.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/virtru-drive-scripts-injection.js"
            ],
            "matches": [
                "http:\/\/drive.google.com\/*",
                "https:\/\/drive.google.com\/*",
                "http:\/\/ediscovery.google.com\/*",
                "https:\/\/ediscovery.google.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "css": [
                "css\/virtru-drive-extension.css"
            ],
            "js": [
                "js\/virtru-drive-content.js",
                "js\/virtru-drive-vendors.js"
            ],
            "matches": [
                "http:\/\/drive.google.com\/*",
                "https:\/\/drive.google.com\/*",
                "http:\/\/ediscovery.google.com\/*",
                "https:\/\/ediscovery.google.com\/*"
            ]
        },
        {
            "css": [
                "css\/virtru-drive-extension.css"
            ],
            "js": [
                "js\/virtru-share-iframe.js",
                "js\/virtru-drive-vendors.js"
            ],
            "matches": [
                "http:\/\/drive.google.com\/*",
                "https:\/\/drive.google.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "js\/virtru-vault-page.js",
                "js\/virtru-drive-vendors.js"
            ],
            "matches": [
                "http:\/\/ediscovery.google.com\/*",
                "https:\/\/ediscovery.google.com\/*"
            ]
        },
        {
            "css": [
                "css\/virtru-drive-extension.css"
            ],
            "js": [
                "js\/virtru-add-to-workspaces.js",
                "js\/virtru-drive-vendors.js"
            ],
            "matches": [
                "https:\/\/drive.google.com\/picker\/v2\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "js\/virtru-gapi-prompt-script.js",
                "js\/virtru-drive-vendors.js"
            ],
            "matches": [
                "http:\/\/accounts.google.com\/*",
                "https:\/\/accounts.google.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/virtru-background-bundle.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/drive.google.com\/*",
            "https:\/\/drive-customization-dev.virtru.com\/*",
            "https:\/\/drive-customization-staging.virtru.com\/*",
            "https:\/\/drive-customization-prod.virtru.com\/*",
            "https:\/\/drive-customization.virtru.com\/*",
            "https:\/\/drive-customization.staging.virtru.com\/*",
            "https:\/\/drive-customization-develop01.develop.virtru.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "images\/*",
                "js\/*",
                "html\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "cbnipnnkjhfddnomahndabpoonfmdihn",
                "ljcaopbnafgiknpghongbklgdaiankfm",
                "nhdkblgjckgbdpjbohjepdakoioldloe"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAszz4mT8KGM5ux2T1AXdimIYYZU1IafpzfC0KDZDfgnmKFCF9LhTzOjtSObM5zdqrshdnB81foBtE6O3Oko5eKwFt\/NTANPVjtLbvAm3xlUmG2cAFZTfRh8KEy\/+jtTOQmH2n9IXvUXMJvW\/Xfk4uUktxw9t+oz9Ti10gBeeY+2UTom8Cr4x0\/tA03hoDrpqvS7I0zk\/aNiRsLtfCtxEwEPS5TQxmnFP4hopz6XpPIgwcMcxjBNTA1tiCAbvOQ8mGk0scAVtB8myyqjfE3cP+w0HawQzTMQoIeH5ulh8GGBXPG4DyVdwKguseT9w1RXNwq7pnjy7vQ8\/C5Jpqt1GXOQIDAQAB",
    "incognito": "not_allowed"
}