ChatSonic - ChatGPT with super powers

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

ChatSonic - ChatGPT with super powers là gì?

ChatSonic - ChatGPT with super powers là một tiện ích mở rộng Chrome được phát triển bởi https://writesonic.com, và tính năng chính của nó là "Like ChatGPT but with internet access, references, AI image generation and more.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChatSonic - ChatGPT with super powers

Tải xuống các tệp mở rộng ChatSonic - ChatGPT with super powers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ChatSonic - ChatGPT with super powers ChatSonic - ChatGPT with super powers
ID kchaponcodemjigejilffhfchecpgdpf
URL Chính Thức https://chromewebstore.google.com/detail/chatsonic-chatgpt-with-su/kchaponcodemjigejilffhfchecpgdpf
Mô tả Like ChatGPT but with internet access, references, AI image generation and more.
Kích Thước Tệp 2.35 MB
Số Lần Cài Đặt 117,318
Phiên Bản Hiện Tại 1.0.0.67
Cập Nhật Lần Cuối 2023-09-07
Ngày Phát Hành 2023-01-06
Đánh Giá 4.85/5 Tổng số 3737 Đánh Giá
Nhà Phát Triển https://writesonic.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://writesonic.com/chat
URL Trang Trợ Giúp https://writesonic.com/contact-us
URL Trang Chính Sách Bảo Mật https://writesonic.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}