Virtru for Drive

Virtru for Drive

Virtru for Drive क्या है?

Virtru for Drive Virtru Corporation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Virtru for Drive"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Virtru for Drive एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Virtru for Drive Virtru for Drive
ID nhdkblgjckgbdpjbohjepdakoioldloe
आधिकारिक URL https://chromewebstore.google.com/detail/virtru-for-drive/nhdkblgjckgbdpjbohjepdakoioldloe
विवरण Virtru for Drive
फ़ाइल का आकार 3.22 MB
स्थापना संख्या 26,865
वर्तमान संस्करण 5.6.1
अंतिम अपडेट 2024-02-26
प्रकाशन तिथि 2020-03-23
रेटिंग 3.40/5 कुल 5 रेटिंग्स
डेवलपर Virtru Corporation
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.virtru.com/
सहायता पृष्ठ URL https://support.virtru.com/
गोपनीयता नीति पृष्ठ URL https://www.virtru.com/privacy-policy
समर्थित भाषाएँ 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"
}