messenger-gpt

Generate replies for messenger.com using ChatGPT

messenger-gptคืออะไร?

messenger-gpt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kaiserapps และคุณลักษณะหลักของมันคือ "Generate replies for messenger.com using ChatGPT"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย messenger-gpt

ดาวน์โหลดไฟล์ส่วนขยาย messenger-gpt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Messenger GPT is the perfect way to automate your conversations on messenger.com. With a single click, the extension will generate 3 replies to any conversation you are viewing on messenger.com, using ChatGPT. Now you can save time and energy by keeping your conversations interesting and engaging without even having to type a single word!

This extension is open source, code is available here: https://github.com/benkaiser/messenger-gpt                    

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

ชื่อ messenger-gpt messenger-gpt
ID pfggffgolodggkhmejbeoghfpcfpkieb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/messenger-gpt/pfggffgolodggkhmejbeoghfpcfpkieb
คำอธิบาย Generate replies for messenger.com using ChatGPT
ขนาดไฟล์ 628 KB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-04-04
วันที่เผยแพร่ 2023-03-26
ผู้พัฒนา Kaiserapps
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/benkaiser/messenger-gpt
URL หน้าช่วยเหลือ https://github.com/benkaiser/messenger-gpt/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "messenger-gpt",
    "description": "Generate replies for messenger.com using ChatGPT",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-a5ff195b.5d86d733.js"
            ],
            "matches": [
                "http:\/\/*.messenger.com\/*",
                "https:\/\/*.messenger.com\/*"
            ],
            "css": [
                "assets\/index.tsx.f4e4ef27.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-32.png",
                "img\/logo-48.png",
                "img\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*.messenger.com\/*",
                "https:\/\/*.messenger.com\/*"
            ],
            "resources": [
                "assets\/chunk-c6b67536.js",
                "assets\/chunk-a5ff195b.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage"
    ]
}