messenger-gpt
Generate replies for messenger.com using ChatGPT
messenger-gpt क्या है?
messenger-gpt Kaiserapps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate replies for messenger.com using ChatGPT"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में messenger-gpt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" ] } |