ShareGPT: Share your ChatGPT conversations
ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.
ShareGPT: Share your ChatGPT conversations क्या है?
ShareGPT: Share your ChatGPT conversations dom.eccleston द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ShareGPT: Share your ChatGPT conversations एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easily share permanent links to ChatGPT conversations with your friends.
एक्सटेंशन की मूल जानकारी
नाम | ShareGPT: Share your ChatGPT conversations |
ID | daiacboceoaocpibfodeljbdfacokfjb |
आधिकारिक URL | https://chromewebstore.google.com/detail/sharegpt-share-your-chatg/daiacboceoaocpibfodeljbdfacokfjb |
विवरण | ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click. |
फ़ाइल का आकार | 56.12 KB |
स्थापना संख्या | 53,990 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2023-06-16 |
प्रकाशन तिथि | 2022-12-06 |
रेटिंग | 2.83/5 कुल 75 रेटिंग्स |
डेवलपर | dom.eccleston |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://sharegpt.com |
सहायता पृष्ठ URL | https://twitter.com/dom__inic |
गोपनीयता नीति पृष्ठ URL | https://domeccleston.notion.site/Privacy-Policy-73a5302dc77349a6892d632d975582bf |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShareGPT: Share your ChatGPT conversations", "description": "ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.", "version": "1.1.0", "manifest_version": 3, "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "action": { "default_icon": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "default_title": "Login to ShareGPT", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "index.js" ], "run_at": "document_end" } ], "host_permissions": [ "https:\/\/sharegpt.com\/*" ] } |