Trustifi

This extension will allow you to easily use the Trustifi services

Что такое Trustifi?

Trustifi - это расширение Chrome, разработанное https://trustifi.com, и его основная функция - "This extension will allow you to easily use the Trustifi services".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Trustifi

Скачайте файлы расширений Trustifi в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Trustifi Trustifi
ID nkjiffgankhjcemjlikehngfajkdgfgd
Официальный URL https://chromewebstore.google.com/detail/trustifi/nkjiffgankhjcemjlikehngfajkdgfgd
Описание This extension will allow you to easily use the Trustifi services
Размер файла 7.43 MB
Количество установок 2,551
Текущая Версия 1.2.365
Последнее Обновление 2024-03-03
Дата публикации 2020-06-23
Рейтинг 4.96/5 Всего 23 оценок
Разработчик https://trustifi.com
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://app.trustifi.com
URL страницы помощи https://trustifi.com/Chrome_Gmail_Extension_User_Guide.pdf
URL страницы политики конфиденциальности https://www.trustifi.com/privacy
Поддерживаемые языки 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'"
    }
}