Dialect

Copilot for forms like security questionnaires, DDQs, and RFPs.

Dialect là gì?

Dialect là một tiện ích mở rộng Chrome được phát triển bởi https://usedialect.com, và tính năng chính của nó là "Copilot for forms like security questionnaires, DDQs, and RFPs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dialect

Tải xuống các tệp mở rộng Dialect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Dialect is an AI assistant that autodrafts responses to RFPs, RFIs, DDQs, and security questionnaires using your existing knowledge base, directly within Google Sheets, Google Docs, and web forms. Import your security documentation, product details, and website content in just a few clicks at https://app.usedialect.com.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dialect Dialect
ID nicdiheaikpejchocejgpapdmedleacm
URL Chính Thức https://chromewebstore.google.com/detail/dialect/nicdiheaikpejchocejgpapdmedleacm
Mô tả Copilot for forms like security questionnaires, DDQs, and RFPs.
Kích Thước Tệp 45.34 KB
Số Lần Cài Đặt 162
Phiên Bản Hiện Tại 1.24
Cập Nhật Lần Cuối 2024-02-08
Ngày Phát Hành 2023-09-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://usedialect.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://usedialect.com
URL Trang Trợ Giúp https://usedialect.com/help
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1m27CpCEyQb4XC5BQb3EoNFcn38tCOh7k32jpEatvRLo/edit
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAknN1koBMdJOsU8sE8BcgBhbV6c70wPzDFD8COi5hT3wXZcHYUfONzoWnKVz2Ahzvb8dWq1UKF1H7DTcOEglApgrHG2AMVVe6dFFigvBDkQPULPLbX39ad39tR8D0fRHLtylbqSfWtSspnaCw0X8JJWNscmZc0ufCam6A4uXpGARm3vFKgac4YwuMxBYv1pxBZxSmsMAqsiiOk3xIpyyijwdMzs1MJuwYYfSh\/BnrBbEGdoM3mQPJbP\/UooaqTExQX3s4366IGVgrY1WZMGRkHX2rrbYq7uOxs2J9\/nr3V3w9CJ4cBkEfImGVX\/WHFyOBDLQ9FyTMRABcJ+d\/ZL5MqwIDAQAB",
    "manifest_version": 3,
    "name": "Dialect",
    "action": {
        "default_title": "Click to open panel"
    },
    "version": "1.24",
    "description": "Copilot for forms like security questionnaires, DDQs, and RFPs.",
    "icons": {
        "48": "main48.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "sidePanel",
        "debugger",
        "scripting",
        "identity"
    ],
    "host_permissions": [
        ""
    ],
    "side_panel": {
        "default_path": "sidebar.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "runAt": "document_idle"
        }
    ],
    "options_page": "options.html"
}