Trustpage

Search your Trust Center to assist with security reviews.

¿Qué es Trustpage?

Trustpage es una extensión de Chrome desarrollada por Trustpage, y su función principal es "Search your Trust Center to assist with security reviews.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Trustpage

Descarga archivos de extensión Trustpage 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

                        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.                    

Información Básica de la Extensión

Nombre Trustpage Trustpage
ID hmpcknfapfmkoegemmgaoagijohjockk
URL Oficial https://chromewebstore.google.com/detail/trustpage/hmpcknfapfmkoegemmgaoagijohjockk
Descripción Search your Trust Center to assist with security reviews.
Tamaño del Archivo 140 KB
Cantidad de Instalaciones 825
Versión Actual 1.0.30
Última Actualización 2023-08-31
Fecha de Publicación 2022-04-20
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador Trustpage
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://trustpage.com
URL de la Página de Ayuda https://help.trustpage.com
URL de la Página de Política de Privacidad https://metatrust.page/overview/privacy-policy
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}