ChatGPT for Quora

This is an Open-AI ChatGPT powerful tool to give you the AI magic on Quora for marketing promotion.

ChatGPT for Quora क्या है?

ChatGPT for Quora radarlinkedin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is an Open-AI ChatGPT powerful tool to give you the AI magic on Quora for marketing promotion."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ChatGPT for Quora एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Elevate your content game with ChatGPT - the ultimate browser extension for unleashing the power of ChatGPT on Quora!

Here is a guide on how to use it:
1. Highlight any online content with your mouse.
2. Open the extension window by clicking on Cmd+M (Mac) or Ctrl+M (Windows).
3. Select the action you wish to perform, such as creating a reply, comment, shortening the content, or adding some fun.
4. Click on the switch icon and the extension will automatically take you to https://chat.openai.com/chat.
5. On https://chat.openai.com/chat, click the "Copy to" button and the extension will help you copy the ChatGPT response back to the Quora page.
6. That's it! You now have an 80% completed response at your fingertips.

Features:
Easily access extension by clicking in the toolbar. The popup will appear and you can start an AI conversation.
Quickly access chat.openai.com/chat from the navigation bar pressing space.
Get answers from web pages on popular.

We strive to keep up with the fast-paced development of GPT-3 to bring you the best possible experience.

If you encounter an error, try opening OpenAI again. The service may be under high demand.
If you continue to experience issues, please report a bug in the review section of our extension's page.

If you have any difficulties reach out to WhatsApp ID: +86 180 2303 4541 or email to [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम ChatGPT for Quora ChatGPT for Quora
ID ngaclhkenmbgenmlfdcnfebimfkfkmlo
आधिकारिक URL https://chrome.google.com/webstore/detail/chatgpt-for-quora/ngaclhkenmbgenmlfdcnfebimfkfkmlo
विवरण This is an Open-AI ChatGPT powerful tool to give you the AI magic on Quora for marketing promotion.
फ़ाइल का आकार 801 KB
स्थापना संख्या 856
वर्तमान संस्करण 1.2.7
अंतिम अपडेट 2023-04-04
प्रकाशन तिथि 2023-03-01
रेटिंग 5.00/5 कुल 13 रेटिंग्स
डेवलपर 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,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,mr,hi,bn,gu,ta,te,ml,th,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\/chatgpt-logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "GPT Popup",
        "default_icon": {
            "128": "icons\/chatgpt-logo.png"
        }
    },
    "commands": {
        "toggle_ChatGPT": {
            "description": "Run ChatGPT on the current page.",
            "suggested_key": {
                "chromeos": "Ctrl+M",
                "default": "Ctrl+M",
                "linux": "Ctrl+M",
                "mac": "Command+M",
                "windows": "Ctrl+M"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.quora.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.openai.com\/*"
            ],
            "js": [
                "js\/chatgpt-script.js"
            ],
            "css": [],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.gptplus.io\/*"
            ],
            "js": [
                "js\/gptplus-script.js"
            ],
            "css": [],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                "*:\/\/*.quora.com\/*",
                "*:\/\/*.openai.com\/*",
                "*:\/\/*.linkedradar.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*.quora.com\/*",
        "*:\/\/*.openai.com\/*",
        "*:\/\/*.linkedradar.com\/*",
        "*:\/\/*.gptplus.io\/*"
    ],
    "version": "1.2.7"
}