Trustifi

This extension will allow you to easily use the Trustifi services

¿Qué es Trustifi?

Trustifi es una extensión de Chrome desarrollada por https://trustifi.com, y su función principal es "This extension will allow you to easily use the Trustifi services".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Trustifi

Descarga archivos de extensión Trustifi en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Trustifi Trustifi
ID nkjiffgankhjcemjlikehngfajkdgfgd
URL Oficial https://chromewebstore.google.com/detail/trustifi/nkjiffgankhjcemjlikehngfajkdgfgd
Descripción This extension will allow you to easily use the Trustifi services
Tamaño del Archivo 7.43 MB
Cantidad de Instalaciones 2,551
Versión Actual 1.2.365
Última Actualización 2024-03-03
Fecha de Publicación 2020-06-23
Calificación 4.96/5 Total de 23 Calificaciones
Desarrollador https://trustifi.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://app.trustifi.com
URL de la Página de Ayuda https://trustifi.com/Chrome_Gmail_Extension_User_Guide.pdf
URL de la Página de Política de Privacidad https://www.trustifi.com/privacy
Idiomas Soportados 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'"
    }
}