AI Document (GPT Support)

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

O que é AI Document (GPT Support)?

AI Document (GPT Support) é uma extensão do Chrome desenvolvida por Sateraito Office, Inc., e sua principal característica é "Add a menu to consult ChatGPT on screens such as Mail and Drive.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão AI Document (GPT Support)

Baixe arquivos de extensão AI Document (GPT Support) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome AI Document (GPT Support) AI Document (GPT Support)
ID kmfdpgmnaaffoeghmgebffjjnaplipgb
URL Oficial https://chromewebstore.google.com/detail/ai-document-gpt-support/kmfdpgmnaaffoeghmgebffjjnaplipgb
Descrição Add a menu to consult ChatGPT on screens such as Mail and Drive.
Tamanho do Arquivo 190 KB
Contagem de Instalações 1,697
Versão Atual 1.0.3
Última Atualização 2023-12-13
Data de Publicação 2023-06-22
Desenvolvedor Sateraito Office, Inc.
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.sateraito.jp/privacy.html
Idiomas Suportados 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"
    }
}