Conveyor

Accurate, tailored answers to every customer's security questions.

Conveyor क्या है?

Conveyor https://conveyor.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Accurate, tailored answers to every customer's security questions."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Conveyor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        With Conveyor's Google Chrome extension, you can get GPT-generated answers to your customer's security questions - wherever they live - so you can knock out customer questions no matter the source.

Tap into the power of our GPT-powered questionnaire eliminator directly in your browser.

Have answers at your fingertips in portals (OneTrust, Zip, Panorays, etc.), browser-based spreadsheets (Google Sheets, Office365 Excel), or just one-offs sent to your email. Our smart portal detection means that we're there when you need us.

Here's what you can do:
> Generate accurate, tailored answers based on your documents and curated knowledge base content without losing context or being jolted out of your flow state.
> Jot down rough edits and our AI will polish it into customer-ready prose.
> Plus ensure your hard work isn't wasted by adding new knowledge base content, updating existing answers, and delegating answers to team members on the fly.

Keep the questionnaire burnout at bay with Conveyor.

About Conveyor:
Conveyor is the first all-in-one customer trust platform designed to eliminate security questionnaires. Conveyor has helped customers like Carta, Teleport, and Productboard automate their customers’ access to the critical information they need to complete their security review. To learn more and get started for free, visit our pricing page: https://www.conveyor.com/pricing                    

एक्सटेंशन की मूल जानकारी

नाम Conveyor Conveyor
ID djkpbjhiilodaficngfbddkhaendinhh
आधिकारिक URL https://chromewebstore.google.com/detail/conveyor/djkpbjhiilodaficngfbddkhaendinhh
विवरण Accurate, tailored answers to every customer's security questions.
फ़ाइल का आकार 1.58 MB
स्थापना संख्या 449
वर्तमान संस्करण 2.1.1
अंतिम अपडेट 2024-02-16
प्रकाशन तिथि 2023-04-12
डेवलपर https://conveyor.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.conveyor.com
सहायता पृष्ठ URL https://docs.conveyor.com/docs/the-eliminator-browser-extension
गोपनीयता नीति पृष्ठ URL https://www.conveyor.com/legal/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Accurate, tailored answers to every customer's security questions.",
    "version": "2.1.1",
    "manifest_version": 3,
    "name": "Conveyor",
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "cookies"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_title": "Click to open Conveyor's questionnaire helper"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "externally_connectable": {
        "ids": [],
        "matches": [
            "https:\/\/app.conveyor.com\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "arrow-ds.css",
                "tailwind.css",
                "font-awesome.css",
                "portal.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/omnibus.conveyor.com\/",
        "https:\/\/api.conveyor.com\/",
        "https:\/\/auth.conveyor.com\/",
        "https:\/\/app.conveyor.com\/",
        "https:\/\/*.onetrust.com\/"
    ]
}