ChatGPT Everywhere: Gmail, Google & more

Shows ChatGPT results in Google, Gmail and more. You can also click our icon or in Gmail to get ChatGPT prompt there.

ChatGPT Everywhere: Gmail, Google & moreคืออะไร?

ChatGPT Everywhere: Gmail, Google & more เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chatgpteverywhere.com และคุณลักษณะหลักของมันคือ "Shows ChatGPT results in Google, Gmail and more. You can also click our icon or in Gmail to get ChatGPT prompt there."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Everywhere: Gmail, Google & more

ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT Everywhere: Gmail, Google & more ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With ChatGPT Everywhere, you can get ChatGPT on every page of the chrome browser. 

❤️ How does it work? 
There are 2 main features in the tool: 
GMail Rewrite: Once you have our extension installed, you will have a rewrite button show up on GMail. Click it and it will rewrite the email for you. 
Chat Assistant: You can click ctrl+space (or click our icon button) from any page and you will see our assistant on the right.

❤️ Is the tool compatible with other extensions out there? 
We have tested our tool with the following tools, and it should be compatible: 
- ChatGPT for Google
- ChatGPT Writer  
- AIPRM for ChatGPT
- ChatGenie
- WebChatGPT

❤️ About us and future plans? 
Please let us know what you think of the tool. We plan to update this to provide more functionality. 

Please note, this is an independent Chrome extension. We are not part of OpenAI or Google.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChatGPT Everywhere: Gmail, Google & more ChatGPT Everywhere: Gmail, Google & more
ID jcpijhoapodijpdpnbpgjjmjlipbcmmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-everywhere-gmail/jcpijhoapodijpdpnbpgjjmjlipbcmmp
คำอธิบาย Shows ChatGPT results in Google, Gmail and more. You can also click our icon or in Gmail to get ChatGPT prompt there.
ขนาดไฟล์ 86.5 KB
จำนวนการติดตั้ง 10,908
เวอร์ชันปัจจุบัน 3.10.0
อัปเดตครั้งล่าสุด 2023-11-03
วันที่เผยแพร่ 2022-12-10
คะแนน 3.85/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://chatgpteverywhere.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://chatgpteverywhere.com
URL หน้านโยบายความเป็นส่วนตัว https://drive.google.com/file/d/1rZYavpongDqHyBTSzKaWFaQ416qP0yem/view?usp=sharing
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "imgs\/icons\/icon16.png",
        "32": "imgs\/icons\/icon32.png",
        "48": "imgs\/icons\/icon48.png",
        "128": "imgs\/icons\/icon128.png"
    },
    "version": "3.10.0",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "dist\/content.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "dist\/gmail-content.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat\/*"
            ],
            "js": [
                "dist\/openai-content.bundle.js"
            ]
        }
    ],
    "background": {
        "service_worker": "main-service-worker.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "imgs\/gmail-int-button.png",
                "imgs\/loading.svg",
                "imgs\/rewrite-icon.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}