GPT Everywhere (correctify.ai)

Use ChatGPT in any textbox in the Web

GPT Everywhere (correctify.ai) là gì?

GPT Everywhere (correctify.ai) là một tiện ích mở rộng Chrome được phát triển bởi An, và tính năng chính của nó là "Use ChatGPT in any textbox in the Web".

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

Tải xuống tệp CRX của tiện ích mở rộng GPT Everywhere (correctify.ai)

Tải xuống các tệp mở rộng GPT Everywhere (correctify.ai) 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

                        Privacy-friendly Chrome extension to generate contents using OpenAI API, with your own Token. All sites are supported, even Gmail or Google Sheets.                    

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

Tên GPT Everywhere (correctify.ai) GPT Everywhere (correctify.ai)
ID ogadbjnbphlcnchimpklmdlbnmghlcbe
URL Chính Thức https://chromewebstore.google.com/detail/gpt-everywhere-correctify/ogadbjnbphlcnchimpklmdlbnmghlcbe
Mô tả Use ChatGPT in any textbox in the Web
Kích Thước Tệp 515 KB
Số Lần Cài Đặt 194
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2023-04-12
Ngày Phát Hành 2023-04-10
Nhà Phát Triển An
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://correctify.ai
URL Trang Chính Sách Bảo Mật https://correctify.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.2",
    "author": "Duc An",
    "name": "GPT Everywhere (correctify.ai)",
    "description": "Use ChatGPT in any textbox in the Web",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.7868605b.js"
            ],
            "all_frames": true,
            "css": []
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}