Trustifi

This extension will allow you to easily use the Trustifi services

Wat is Trustifi?

Trustifi is een Chrome-extensie ontwikkeld door https://trustifi.com, en de belangrijkste functie is "This extension will allow you to easily use the Trustifi services".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Trustifi

Download Trustifi-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Trustifi makes it easy for you to get the email protection and control you need with the ultimate add-in for Gmail, including alerts, traceability, monitoring and awareness, while being straightforward, transparent and simple enough to apply all this security at the click of a button.

---

Encryption 
• NSA-grade email encryption, plus full DLP with sophisticated rules engine to support any use case 
• Secure mobile relay for full protection on any device 
• Recall, block, modify and set expirations for already sent and delivered emails

Data Loss Prevention 
• 100% compliant with HIPAA/ HITECH, PII, GDPR, FSA, FINRA, LGPD, CCPA and more 
• Real-time knowledge about when emails have been received, opened and read with certified delivery and tracking 
• Two-factor authentication on the recipient (even without registering)

Advanced Threat Protection 
• Malware, ransomware, virus detection, BEC attack prevention 
• Spoofing, phishing, fraud detection and spam filtering 
• Whitelisting, blacklisting and many other configuration options 

Productivity Focused Email Security Features 
• Block emails for everyone or specific recipients 
• Edit content after an encrypted email has been sent 
• Add, edit, or delete attachments after an encrypted email has been sent 
• Postmarked proof, track and see where emails are opened 
• Provides visibility and rapid response into all email-based threats and attacks 

---

How to get started:
1. Install the Trustifi add-in on your Gmail and Login
2. Sign up directly from the Addon or at https://app.trustifi.com to get your free plan
3. Verify your email address (by clicking on the link within the email we'll send you) 
4. When composing a new mail, open the Trustifi task pane (look for the Trustifi icon)
6. Add/Select recipients, choose protection methods from the task pane and click Apply.
7. Write your email, add any attachments (for extra privacy - add the attachments directly to the task pane), and send!
8. Comeback to a previously sent email, open the Trustifi task pane to view the email's reports for Tracking, Controlling, Recall, Postmark, Encrypted Reply and more.                    

Basisinformatie over de Extensie

Naam Trustifi Trustifi
ID nkjiffgankhjcemjlikehngfajkdgfgd
Officiële URL https://chromewebstore.google.com/detail/trustifi/nkjiffgankhjcemjlikehngfajkdgfgd
Beschrijving This extension will allow you to easily use the Trustifi services
Bestandsgrootte 7.43 MB
Aantal Installaties 2,551
Huidige Versie 1.2.365
Laatst Bijgewerkt 2024-03-03
Publicatiedatum 2020-06-23
Beoordeling 4.96/5 Totaal 23 Beoordelingen
Ontwikkelaar https://trustifi.com
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://app.trustifi.com
Help Pagina-URL https://trustifi.com/Chrome_Gmail_Extension_User_Guide.pdf
URL van de Privacybeleid Pagina https://www.trustifi.com/privacy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Trustifi",
    "short_name": "Trustifi",
    "description": "This extension will allow you to easily use the Trustifi services",
    "homepage_url": "https:\/\/trustifi.com",
    "version": "1.2.365",
    "icons": {
        "16": "images\/Trustifi_LogoEnvelope-16x16.png",
        "64": "images\/Trustifi_LogoEnvelope-64x64.png",
        "128": "images\/Trustifi_LogoEnvelope-128x128.png"
    },
    "permissions": [
        "tabs",
        "background",
        "storage",
        "downloads",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/*.google.com\/",
        "https:\/\/*.googleusercontent.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/Trustifi_LogoEnvelope-16x16.png",
            "64": "images\/Trustifi_LogoEnvelope-64x64.png",
            "128": "images\/Trustifi_LogoEnvelope-128x128.png"
        },
        "default_title": "Trustifi"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "all_frames": false
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkAgeZm2IQFciOThcXsCSWbW7ivFv0MBGjfOFBBQpAhBf6gw10KgSAgO7z3QGt+TbEPM9CqCo7avCfGhXw1x32CGeLXtiI4N7oFU\/tNNux3O6ZQGr9mHBuc08AukQqsxxp4ToQ+8AIC6Ol+91W2Nr\/gDTI9eAlbjtHRW+RIkuLHcO9AEgjzHrtni3WDh\/\/Tcek9iHLavihYDvWKuU+foEfJEA0IpeAPB4cSoAOIdncgXK1aBpFTBQKSmpNLs+OVN849rLzS+RJ2exPA2H8cq43cTJx2Mjhp0S7GLfhaJG4G+sqg6\/Oe3Wsvz\/kyP8qbGV7Gl4lsfTrkAEXHdGCCRPgwIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}