Trustpage

Search your Trust Center to assist with security reviews.

Was ist Trustpage?

Trustpage ist eine Chrome-Erweiterung, die von Trustpage entwickelt wurde, und ihr Hauptmerkmal ist "Search your Trust Center to assist with security reviews.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Trustpage-Erweiterungs-CRX-Datei herunterladen

Laden Sie Trustpage-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Save time by highlighting questions on any web-based questionnaire or webpage to automatically search your Trust Center for the appropriate response.

Whether you’re answering a few questions or hundreds, the Trustpage extension gives you access to all your trust content and prior questionnaire answers in one convenient location. Don’t have a Trust Center yet? Claim yours for free today at https://trustpage.com/signup. 

TRUSTED BY THE BEST
Over 500 companies use Trustpage to publish, share, and collaborate on their security posture. From Paragon, to Pendo, to Dutchie, companies are using Trustpage to optimize their InfoSec processes and demonstrate their commitment to trust. 

EVERYTHING YOU NEED AND MORE
Using the Trustpage Extension, you can highlight questions on any web-based questionnaire or webpage to automatically search your Trust Center for the appropriate response. Now, you can spend less time copying and pasting and more time strengthening your security posture.

KEY FEATURES
🪄  Find your previous answers to InfoSec questions in just a few clicks.
✅  Leverage past questionnaires by uploading answers into your Answer Library.
🔄  Integrate directly with your Trust Center with a simple SSO.
💯  Complete questionnaires on any web-based spreadsheet.
😍  Empower your team to respond to questionnaires in less time with minimal assistance.

ABOUT TRUSTPAGE
Trustpage lets your entire team collaborate and communicate trust with customers, because building a strong security program is hard but demonstrating it and communicating it shouldn't be. With Trustpage, you can easily remove bottlenecks in the sales process, increase customer confidence, and save your team time. By building a foundation of trust early and often, companies can engage and interact around what matters most through trust-led growth.                    

Grundlegende Informationen zur Erweiterung

Name Trustpage Trustpage
ID hmpcknfapfmkoegemmgaoagijohjockk
Offizielle URL https://chromewebstore.google.com/detail/trustpage/hmpcknfapfmkoegemmgaoagijohjockk
Beschreibung Search your Trust Center to assist with security reviews.
Dateigröße 140 KB
Installationsanzahl 825
Aktuelle Version 1.0.30
Letztes Update 2023-08-31
Veröffentlichungsdatum 2022-04-20
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Trustpage
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://trustpage.com
Hilfeseite URL https://help.trustpage.com
URL der Datenschutzrichtlinien-Seite https://metatrust.page/overview/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trustpage",
    "description": "Search your Trust Center to assist with security reviews.",
    "version": "1.0.30",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": [],
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/LogoBlue16x16.png",
        "48": "images\/LogoBlue48x48.png",
        "128": "images\/LogoBlue128x128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4dmn8Qys+WFlufq6YfAkCzOmu2Jqo6ZdQfAkoVm2KwJXagNRqSUiU\/PyjYuLxCDcr0tFVmrtY2lLeJiNiVUCF7a7cuQYpQjdHbB\/PTy6bw0t2TKQ115M9lsbeQMzBA3Hj7NY5tlXKDz7wF2xSj0y+caZYe9NY\/TRXCR3Nyw3zvYDExckzUnr0AIYSxOTVXEhqfVpKadWbCF9c9\/jqCh0hd1vT+cdYsVEhL895hR42FnVVpKpujfujcG53iUAq\/mVUGNKSVq\/fsy5D3oSYQPBu00X4E2HiG7qnG+a+cr9fZHQwYL\/zw\/MJSp9l9cWgA54gFWUwXRA1jdVUBxtSSftJwIDAQAB",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/LogoBlue48x48.png",
                "images\/[email protected]",
                "images\/trustpage-vanta-logo.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}