ChatSonic - ChatGPT with super powers

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

O que é ChatSonic - ChatGPT with super powers?

ChatSonic - ChatGPT with super powers é uma extensão do Chrome desenvolvida por https://writesonic.com, e sua principal característica é "Like ChatGPT but with internet access, references, AI image generation and more.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ChatSonic - ChatGPT with super powers

Baixe arquivos de extensão ChatSonic - ChatGPT with super powers no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome ChatSonic - ChatGPT with super powers ChatSonic - ChatGPT with super powers
ID kchaponcodemjigejilffhfchecpgdpf
URL Oficial https://chromewebstore.google.com/detail/chatsonic-chatgpt-with-su/kchaponcodemjigejilffhfchecpgdpf
Descrição Like ChatGPT but with internet access, references, AI image generation and more.
Tamanho do Arquivo 2.35 MB
Contagem de Instalações 117,318
Versão Atual 1.0.0.67
Última Atualização 2023-09-07
Data de Publicação 2023-01-06
Classificação 4.85/5 Total de 3737 Avaliações
Desenvolvedor https://writesonic.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://writesonic.com/chat
URL da Página de Ajuda https://writesonic.com/contact-us
URL da Página de Política de Privacidade https://writesonic.com/privacy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}