ReGPT

This is an extension that leverages the power of Chat GPT to generate autoresponses for emails in a simple way

ReGPT là gì?

ReGPT là một tiện ích mở rộng Chrome được phát triển bởi knafle, và tính năng chính của nó là "This is an extension that leverages the power of Chat GPT to generate autoresponses for emails in a simple way".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ReGPT

Tải xuống các tệp mở rộng ReGPT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This is an extension that leverage the power of Chat GPT to generate auto-resposes for emails in a simple way                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ReGPT ReGPT
ID ndamopilbmdgefbclfmdppakjifdekco
URL Chính Thức https://chromewebstore.google.com/detail/regpt/ndamopilbmdgefbclfmdppakjifdekco
Mô tả This is an extension that leverages the power of Chat GPT to generate autoresponses for emails in a simple way
Kích Thước Tệp 21.28 KB
Số Lần Cài Đặt 449
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-05-12
Ngày Phát Hành 2023-05-12
Nhà Phát Triển knafle
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ReGPT",
    "version": "1.0",
    "description": "This is an extension that leverages the power of Chat GPT to generate autoresponses for emails in a simple way",
    "options_page": "options.html",
    "action": {
        "default_icon": "128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.openai.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ]
}