AI Document (GPT Support)

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

什麼是AI Document (GPT Support)?

AI Document (GPT Support)是由Sateraito Office, Inc.開發的Chrome擴展程式,該擴展的主要功能是“Add a menu to consult ChatGPT on screens such as Mail and Drive.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載AI Document (GPT Support)擴展crx文件

下載AI Document (GPT Support)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 AI Document (GPT Support) AI Document (GPT Support)
ID kmfdpgmnaaffoeghmgebffjjnaplipgb
官方網址 https://chromewebstore.google.com/detail/ai-document-gpt-support/kmfdpgmnaaffoeghmgebffjjnaplipgb
簡介 Add a menu to consult ChatGPT on screens such as Mail and Drive.
檔案大小 190 KB
安裝次數 1,697
目前版本 1.0.3
更新時間 2023-12-13
上架時間 2023-06-22
開發者 Sateraito Office, Inc.
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.sateraito.jp/privacy.html
支援的語言 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"
    }
}