Delphi for ChatGPT
Learn with Delphi and ChatGPT
Delphi for ChatGPT क्या है?
Delphi for ChatGPT https://meet-delphi.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn with Delphi and ChatGPT"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Delphi for ChatGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The first humans to harness A.I. to learn. Here is a quick overview what this extension does: *Find techniques, tips & tricks right next to ChatGPT and easily apply prompts with one click. *Submit techniques, tips & tricks that you found while using ChatGPT. *Prompts to ChatGPT and its answers are stored in a database, analyzed and used to improve techniques, tips & tricks.
एक्सटेंशन की मूल जानकारी
नाम | Delphi for ChatGPT |
ID | gfebhbhbhnnfmkdekfnioelhoeoapamb |
आधिकारिक URL | https://chromewebstore.google.com/detail/delphi-for-chatgpt/gfebhbhbhnnfmkdekfnioelhoeoapamb |
विवरण | Learn with Delphi and ChatGPT |
फ़ाइल का आकार | 628 KB |
स्थापना संख्या | 84 |
वर्तमान संस्करण | 0.4.10 |
अंतिम अपडेट | 2023-04-19 |
प्रकाशन तिथि | 2023-03-03 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://meet-delphi.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.meet-delphi.com |
सहायता पृष्ठ URL | https://lumpy-background-522.notion.site/Delphi-2256244b4ce34120bc335390401b9da9 |
गोपनीयता नीति पृष्ठ URL | https://lumpy-background-522.notion.site/Privacy-Policy-716d5884b2394ab4aaf5f31a738c7def |
समर्थित भाषाएँ | en,fr,es,hu,pt-PT,ro,ru,uk,iw,zh-CN,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.4.10", "manifest_version": 3, "icons": { "16": "images\/logo\/logo_16px.png", "48": "images\/logo\/logo_48px.png", "128": "images\/logo\/logo_128px.png" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_title": "Delphi for Chat GTP" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/chat*" ], "js": [ "contentScript.js" ] } ], "background": { "service_worker": "background.js", "type": "module" }, "host_permissions": [ "https:\/\/*.openai.com\/*" ], "optional_host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "images\/*", "fonts\/*" ], "matches": [ " |