Trustpage

Search your Trust Center to assist with security reviews.

Apa itu Trustpage?

Trustpage adalah ekstensi Chrome yang dikembangkan oleh Trustpage, dan fitur utamanya adalah "Search your Trust Center to assist with security reviews.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Trustpage

Unduh file ekstensi Trustpage dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Trustpage Trustpage
ID hmpcknfapfmkoegemmgaoagijohjockk
URL Resmi https://chromewebstore.google.com/detail/trustpage/hmpcknfapfmkoegemmgaoagijohjockk
Deskripsi Search your Trust Center to assist with security reviews.
Ukuran File 140 KB
Jumlah Instalasi 825
Versi Saat Ini 1.0.30
Terakhir Diperbarui 2023-08-31
Tanggal Publikasi 2022-04-20
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Trustpage
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://trustpage.com
URL Halaman Bantuan https://help.trustpage.com
URL Halaman Kebijakan Privasi https://metatrust.page/overview/privacy-policy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}