Trustifi

This extension will allow you to easily use the Trustifi services

Apa itu Trustifi?

Trustifi adalah ekstensi Chrome yang dikembangkan oleh https://trustifi.com, dan fitur utamanya adalah "This extension will allow you to easily use the Trustifi services".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Trustifi

Unduh file ekstensi Trustifi dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Trustifi Trustifi
ID nkjiffgankhjcemjlikehngfajkdgfgd
URL Resmi https://chromewebstore.google.com/detail/trustifi/nkjiffgankhjcemjlikehngfajkdgfgd
Deskripsi This extension will allow you to easily use the Trustifi services
Ukuran File 7.43 MB
Jumlah Instalasi 2,551
Versi Saat Ini 1.2.365
Terakhir Diperbarui 2024-03-03
Tanggal Publikasi 2020-06-23
Penilaian 4.96/5 Total 23 Penilaian
Pengembang https://trustifi.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://app.trustifi.com
URL Halaman Bantuan https://trustifi.com/Chrome_Gmail_Extension_User_Guide.pdf
URL Halaman Kebijakan Privasi https://www.trustifi.com/privacy
Bahasa yang Didukung 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'"
    }
}