AI Document (GPT Support)

Add a menu to consult ChatGPT on screens such as Mail and Drive.

AI Document (GPT Support) là gì?

AI Document (GPT Support) là một tiện ích mở rộng Chrome được phát triển bởi Sateraito Office, Inc., và tính năng chính của nó là "Add a menu to consult ChatGPT on screens such as Mail and Drive.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AI Document (GPT Support)

Tải xuống các tệp mở rộng AI Document (GPT Support) 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

                        Sateraito AI.AI Document (Provided by Sateraito Office Co., Ltd.) uses the general ChatGPT API and is a service with enhanced security for corporate use.

You can view summaries, ask questions, etc. for documents such as PDF, PPT, Word, and Excel. You can also ask questions by voice. You can also ask questions about the web page you are viewing.
Since it is for companies, it is possible to save QA logs, specify prohibited words, restrict use by employees, and mass personal information.

Please contact Sateraito Office Co., Ltd. for the management function, which requires a separate administrator installation.                    

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

Tên AI Document (GPT Support) AI Document (GPT Support)
ID kmfdpgmnaaffoeghmgebffjjnaplipgb
URL Chính Thức https://chromewebstore.google.com/detail/ai-document-gpt-support/kmfdpgmnaaffoeghmgebffjjnaplipgb
Mô tả Add a menu to consult ChatGPT on screens such as Mail and Drive.
Kích Thước Tệp 190 KB
Số Lần Cài Đặt 1,697
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-12-13
Ngày Phát Hành 2023-06-22
Nhà Phát Triển Sateraito Office, Inc.
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.sateraito.jp/privacy.html
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.0.3",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "data\/icons\/icon16.png",
        "48": "data\/icons\/icon48.png",
        "128": "data\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "identity",
        "identity.email",
        "scripting"
    ],
    "action": [],
    "background": {
        "service_worker": "background.js"
    }
}