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. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a menu to consult ChatGPT on screens such as Mail and Drive."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AI Document (GPT Support) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}