Trustpage

Search your Trust Center to assist with security reviews.

Trustpageとは何ですか?

TrustpageはTrustpageによって開発されたChromeの拡張機能で、その主な機能は「Search your Trust Center to assist with security reviews.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Trustpage拡張機能のCRXファイルをダウンロード

Trustpage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Trustpage Trustpage
ID hmpcknfapfmkoegemmgaoagijohjockk
公式URL https://chromewebstore.google.com/detail/trustpage/hmpcknfapfmkoegemmgaoagijohjockk
説明 Search your Trust Center to assist with security reviews.
ファイルサイズ 140 KB
インストール数 825
現在のバージョン 1.0.30
最終更新日 2023-08-31
公開日 2022-04-20
評価 5.00/5 合計 5 レビュー
開発者 Trustpage
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://trustpage.com
ヘルプページのURL https://help.trustpage.com
プライバシーポリシーページのURL https://metatrust.page/overview/privacy-policy
対応言語 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": [
                ""
            ]
        }
    ]
}