ChatGPT Assistant For Reddit™
This is an Open-AI ChatGPT powerful tool to give you the AI magic on Reddit™ for marketing promotion.
Τι είναι το ChatGPT Assistant For Reddit™;
Το ChatGPT Assistant For Reddit™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον radarlinkedin, και η κύρια λειτουργία του είναι "This is an Open-AI ChatGPT powerful tool to give you the AI magic on Reddit™ for marketing promotion.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ChatGPT Assistant For Reddit™
Λήψη αρχείων επέκτασης ChatGPT Assistant For Reddit™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Maximize the potential of your content - the ultimate browser extension for accessing ChatGPT! Take control and access OpenAI GPT on Reddit with ease by simply clicking Ctrl/⌘+M, no matter where you are. Join the revolution today!
Features:
💬 ChatGPT can be accessed with ease by clicking on the icon located in the toolbar. Once clicked, a popup will appear, allowing users to start a conversation.
📈 For quicker access, users can simply type "gpt" followed by a space in the navigation bar (also known as the Omnibox) to access promptly.
💻 It allows users to obtain answers from a wide range of sources, including popular search engines such as Posts, Comments, Subreddits, and AMA.
📍 Users can choose to run it directly from the context menu, providing them with added convenience and ease of use.
Here's how it works:
➡️ Simply select any online content by your mouse
➡️ Click on Cmd+M (Mac) or Ctrl+M (Windows) to open extension window
➡️ Choose what you want to do with it (create a post, reply, comment, make it shorter, or add some fun)
➡️ Click the switch icon, extension will automatically jump to https://chat.openai.com/chat
➡️ Click "Copy to " button on https://chat.openai.com/chat, extension help you copy it response back to Reddit page.
➡️ And voila! You'll get an 80% done reply at your fingertips.
Top Audience🤖
💰 Sales 👋 Customer service & support 🏫 Educators 💼 Operations & Admins 🌱 Small Business and Entrepreneurs:
• Speed through your repetitive tasks to get more done in the day.
• Personalize and send repetitive internal or external messages 10X faster.
• Move data between different websites and web apps to ensure accuracy—every time.
• Automate tasks for your finance, admin, project management, and other teams.
Note: ChatGPT for Reddit is an independent project and has no relationship to Reddit or openai Inc. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | kggeealklockaakbgmfpopkgbgnodafd |
| Επίσημο URL | https://chromewebstore.google.com/detail/chatgpt-assistant-for-red/kggeealklockaakbgmfpopkgbgnodafd |
| Περιγραφή | This is an Open-AI ChatGPT powerful tool to give you the AI magic on Reddit™ for marketing promotion. |
| Μέγεθος Αρχείου | 1.79 MB |
| Αριθμός Εγκαταστάσεων | 4,297 |
| Τρέχουσα Έκδοση | 1.2.12 |
| Τελευταία Ενημέρωση | 2024-01-10 |
| Ημερομηνία Δημοσίευσης | 2023-03-03 |
| Αξιολόγηση | 4.42/5 Συνολικά 12 Αξιολογήσεις |
| Προγραμματιστής | radarlinkedin |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://linkedradar.com/ |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://linkedradar.com/ |
| URL της Σελίδας Πολιτικής Απορρήτου | https://linkedradar.com/linkedradar-private-policy |
| Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"default_locale": "en",
"icons": {
"128": "icons\/logo.png"
},
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_title": "GPT Popup",
"default_icon": {
"128": "icons\/logo.png"
}
},
"commands": {
"toggle_RedditChatGPT": {
"description": "Run RedditChatGPT on the current page.",
"suggested_key": {
"chromeos": "Ctrl+M",
"default": "Ctrl+M",
"linux": "Ctrl+M",
"mac": "Command+M",
"windows": "Ctrl+M"
}
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.reddit.com\/*"
],
"js": [
"js\/content-script.js"
],
"css": [],
"run_at": "document_idle"
},
{
"matches": [
"*:\/\/*.openai.com\/*"
],
"js": [
"js\/chatgpt-script.js"
],
"css": [],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/*"
],
"matches": [
"*:\/\/*.reddit.com\/*",
"*:\/\/*.openai.com\/*",
"*:\/\/*.linkedradar.com\/*"
]
}
],
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"*:\/\/*.reddit.com\/*",
"*:\/\/*.openai.com\/*",
"*:\/\/*.linkedradar.com\/*"
],
"version": "1.2.12"
} | |