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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}