ChatSonic - ChatGPT with super powers

Like ChatGPT but with internet access, references, AI image generation and more.

ChatSonic - ChatGPT with super powers क्या है?

ChatSonic - ChatGPT with super powers https://writesonic.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Like ChatGPT but with internet access, references, AI image generation and more."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ChatGPT is great but limited to 2021 info. Say hi to Chatsonic - a chatGPT-like chatbot that integrates with Google Search to create content with the latest information.

This advanced ChatGPT-like Chrome extension from Writesonic is designed to save you time and effort by making working with Gmail, Twitter, LinkedIn, and the web more productive.

With ChatSonic, you can:

➤ Simplify your Email Workflow
• Generate high-quality emails right from Gmail
• Summarize long emails and email threads to get the gist of it
• Get a timeline summary of entire email threads
• Reply to your emails instantly saving you time

➤ Level up your Twitter game
• Create unique tweets with the help of AI-based suggestions
• Find relevant hashtags and Twitter accounts to engage with
• Summarize long tweets and threads to save time

➤ Boost Your LinkedIn Presence
• Generate the perfect LinkedIn post in seconds
• Generate thought provoking comments to drive engagement
• Answer DMs quickly and efficiently

➤ Enhance Your Customer Support on Helpscout
• Provide quick, accurate, and personalized responses to support tickets, enhancing customer satisfaction
• Automatically generate concise summaries of complex issues to help your support team grasp the problem at hand

➤ Get ChatGPT like results right next to Google Search
• With Chat GPT like replies, you can save time while browsing the web
• ChatSonic integrates with Google to give you up-to-date, factual and accurate information

➤ Streamline Your Web Research with Contextual Summaries and Replies
• Summarize any webpage with a single click, enabling you to quickly understand the content and key points without reading the entire page
• Ask questions about specific webpages and receive contextual replies directly from the content on that page, making your research more efficient and precise
• Save time and effort in research by leveraging ChatSonic's AI to extract relevant information and insights from webpages on-the-fly

➤ Create unique content anywhere on Chrome with CMD+M shortcut
• ChatSonic works everywhere on your Chrome browser
• All you need to do is hit CMD+M and the ChatSonic AI pop-up will appear in the center of your screen to help you with your tasks
• You can quickly create unique content and rephrase the given text in seconds
• Be it editing your social media bios, writing an article, or summarizing text, you can do it all with the help of this shortcut!

➤ Quickly Access Word and Character Count for Selected Text
• Simply select any text, right-click and choose ChatSonic -> Get word count to instantly obtain the word and character count

➤ Works where you write
Use it in Google Docs, email clients, social media, and across the web. ChatSonic for Chrome works across:
- Google Docs
- Gmail
- Linkedin
- Twitter
- Facebook
• And more!

ChatSonic makes it easier for you to connect with people, create content, and level up your online presence. Get it now and start simplifying your content creation and communication tasks!                    

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

नाम ChatSonic - ChatGPT with super powers ChatSonic - ChatGPT with super powers
ID kchaponcodemjigejilffhfchecpgdpf
आधिकारिक URL https://chromewebstore.google.com/detail/chatsonic-chatgpt-with-su/kchaponcodemjigejilffhfchecpgdpf
विवरण Like ChatGPT but with internet access, references, AI image generation and more.
फ़ाइल का आकार 2.35 MB
स्थापना संख्या 117,318
वर्तमान संस्करण 1.0.0.67
अंतिम अपडेट 2023-09-07
प्रकाशन तिथि 2023-01-06
रेटिंग 4.85/5 कुल 3737 रेटिंग्स
डेवलपर https://writesonic.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://writesonic.com/chat
सहायता पृष्ठ URL https://writesonic.com/contact-us
गोपनीयता नीति पृष्ठ URL https://writesonic.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatSonic - ChatGPT with super powers",
    "description": "Like ChatGPT but with internet access, references, AI image generation and more.",
    "version": "1.0.0.67",
    "icons": {
        "128": ".\/images\/logo.png"
    },
    "action": {
        "default_icon": {
            "128": ".\/images\/logo.png"
        },
        "default_popup": ".\/pages\/popup\/popup.html"
    },
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search*",
                "https:\/\/www.bing.com\/search*"
            ],
            "js": [
                ".\/js\/content_search.js"
            ],
            "css": [
                ".\/css\/content_search.css"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/ads.google.com\/aw\/*",
                "https:\/\/adsmanager.facebook.com\/*",
                "https:\/\/studio.youtube.com\/channel\/*"
            ],
            "css": [
                ".\/css\/content_ads.css"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/app.writesonic.com\/*",
                "https:\/\/staging.writesonic.com\/*"
            ],
            "js": [
                ".\/js\/content_auth.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/*\/*.pdf"
            ],
            "js": [
                ".\/js\/content_main.js"
            ],
            "css": [
                ".\/css\/main\/main.css",
                ".\/css\/main\/email_widget.css",
                ".\/css\/main\/sum_text_iframe.css",
                ".\/css\/main\/autocomplete_widget.css"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "css": [
                ".\/css\/content_facebook.css"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.whatsapp.com\/*"
            ],
            "css": [
                ".\/css\/content_whatsapp.css"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                ".\/css\/content_youtube.css"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ],
            "css": [
                ".\/css\/content_telegram.css"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                ".\/css\/content_gmail.css"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                ".\/css\/content_twitter.css"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "css": [
                ".\/css\/content_linkedin.css"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "css": [
                ".\/css\/content_instagram.css"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/outlook.live.com\/mail\/*"
            ],
            "css": [
                ".\/css\/content_outlook.css"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/secure.helpscout.net\/*"
            ],
            "css": [
                ".\/css\/content_helpscout.css"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*\/wp-admin\/post*"
            ],
            "js": [
                ".\/js\/content_wordpress.js"
            ],
            "css": [
                ".\/css\/content_wordpress.css",
                ".\/css\/main\/main.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                ".\/js\/content_alliframes.js"
            ],
            "css": [
                ".\/css\/main\/autocomplete_widget.css",
                ".\/css\/global_components.css"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        }
    ],
    "commands": {
        "toggle-feature": {
            "suggested_key": {
                "chromeos": "Ctrl+M",
                "default": "Ctrl+M",
                "linux": "Ctrl+M",
                "mac": "Command+M",
                "windows": "Ctrl+M"
            },
            "description": "Toggle ChatSonic on any page."
        },
        "autocomplete-write": {
            "suggested_key": {
                "chromeos": "Ctrl+I",
                "default": "Ctrl+I",
                "linux": "Ctrl+I",
                "mac": "Command+I",
                "windows": "Ctrl+I"
            },
            "description": "Write ChatSonic autocomplete on any page."
        }
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}