Trustpage

Search your Trust Center to assist with security reviews.

What is Trustpage?

Trustpage is a Chrome extension developed by Trustpage, and its main feature is "Search your Trust Center to assist with security reviews.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Trustpage Extension CRX File

Download Trustpage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Trustpage Trustpage
ID hmpcknfapfmkoegemmgaoagijohjockk
Official URL https://chromewebstore.google.com/detail/trustpage/hmpcknfapfmkoegemmgaoagijohjockk
Description Search your Trust Center to assist with security reviews.
File Size 140 KB
Installation Count 825
Current Version 1.0.30
Last Updated 2023-08-31
Publish Date 2022-04-20
Rating 5.00/5 Total 5 Ratings
Developer Trustpage
Email [email protected]
Payment Type free
Extension Website https://trustpage.com
Help Page URL https://help.trustpage.com
Privacy Policy Page URL https://metatrust.page/overview/privacy-policy
Supported Languages 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": [
                ""
            ]
        }
    ]
}