Chatgpt assist
No more hassle of copying code from chat gpt results to the replit. This extension provides add-on features to the existing…
Chatgpt assist क्या है?
Chatgpt assist Abu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "No more hassle of copying code from chat gpt results to the replit. This extension provides add-on features to the existing…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chatgpt assist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
No more hassle of copying code from chat gpt results to the replit. This extension provides add-on features to the existing chat-gpt website in opening the replit editor where you can paste the code inside. More to come: - Export the conversation in single click.
एक्सटेंशन की मूल जानकारी
नाम | Chatgpt assist |
ID | fhdcoikaffdfehjpfkcaackmflcnjcom |
आधिकारिक URL | https://chromewebstore.google.com/detail/chatgpt-assist/fhdcoikaffdfehjpfkcaackmflcnjcom |
विवरण | No more hassle of copying code from chat gpt results to the replit. This extension provides add-on features to the existing… |
फ़ाइल का आकार | 790 KB |
स्थापना संख्या | 1,289 |
वर्तमान संस्करण | 0.0.4 |
अंतिम अपडेट | 2023-02-05 |
प्रकाशन तिथि | 2022-12-07 |
रेटिंग | 2.33/5 कुल 3 रेटिंग्स |
डेवलपर | Abu |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.claritynotes.io/privacypolicy.html |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.0.4", "short_name": "Chatgpt assist", "name": "Chatgpt assist", "action": [], "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/chat*" ], "run_at": "document_idle", "js": [ "contentScript.bundle.js" ], "css": [ "style.css", "modal.css" ] } ], "host_permissions": [ "*:\/\/*.stackgpt.com\/*" ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ " |