ChromeAI

Your AI-powered sidekick, always only two clicks away

O que é ChromeAI?

ChromeAI é uma extensão do Chrome desenvolvida por https://chromeai.co, e sua principal característica é "Your AI-powered sidekick, always only two clicks away".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ChromeAI

Baixe arquivos de extensão ChromeAI 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

                        ChromeAI puts all the power of ChatGPT within your fingertips. Simplify all your writing, emailing, tweeting, translating and texting tasks to just two clicks, without having to leave any of your favourite sites.

Once you have created an account on https://chromeai.co, simply select any text, right click and choose your AI model. ChromeAI will automatically copy your AI-generated response and you can paste it anywhere!

ChromeAI BETA currently provides four different AI models:
1. Prompt AI
Write a prompt and automatically generate any amount of text you want with two clicks. From tweets and emails to Linkedin posts and essays, ChromeAI can generate entire paragraphs in a matter of seconds. Use Prompt AI to write emails, posts, text messages, essays and anything else you think of!

2. Paraphrase AI
Use Paraphrase AI to instantly rewrite any piece of text in a matter of seconds. From rephrasing entire Wikipedia articles to quickly rephrasing emails or posts, ChromeAI does it all in two clicks. Use Paraphrase AI to quickly include information from other sources to your own posts or essays.

3. Proofread AI
Use ChromeAI to quickly and accurately proofread any text, providing you with a flawless copy of your work with no spelling or grammar errors! Use Proofread AI to quickly reiterate any posts, emails or essays you have written!

4. Question AI
From information about the tallest building in the world to the correct way to hang toilet paper, ChromeAI can provide you with answers in seconds. Use Question AI to simply answer a burning question or two quickly and accurately respond to people in conversations.

ChromeAI has been in development for under a week, stay tuned for more updates in this open beta phase! Coming soon: Translate AI, Code AI and custom AI models!                    

Informações Básicas da Extensão

Nome ChromeAI ChromeAI
ID bfjnabbgkdkgncbpbmhjblnfdclgpfak
URL Oficial https://chromewebstore.google.com/detail/chromeai/bfjnabbgkdkgncbpbmhjblnfdclgpfak
Descrição Your AI-powered sidekick, always only two clicks away
Tamanho do Arquivo 216 KB
Contagem de Instalações 115
Versão Atual 0.1.0
Última Atualização 2023-03-31
Data de Publicação 2023-03-31
Desenvolvedor https://chromeai.co
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://chromeai.co/
URL da Página de Ajuda https://chromeai.co/contact
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChromeAI",
    "version": "0.1.0",
    "manifest_version": 3,
    "description": "Your AI-powered sidekick, always only two clicks away",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus",
        "identity",
        "offscreen",
        "scripting",
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "ChromeAI"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": ".\/static\/js\/service.js"
    },
    "oauth2": {
        "client_id": "1015079386173-j6i3bc45dof449n9ad6qq0a30dfhs1o4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh0T9cHrp85CuAt+fq2kBcKOHVTTYLdsezQ+LHC2ysrRUPDBDKeYbDSkwrJGqOqIGzhRE0AA6IjeUU+sUdeTJIsEP7mvMgetVlF85cQviyHdXT69UgQZ+E4P5b4tzsudwW926OM8uKihnkI3c5vLE6Flf3DpwRU6bEsYiwfq4ZXBwDx\/Fq035kiLPPFF0Oi6kBbCrfjimB+Euv9jwFUdjKOs9Tjxzz\/pUuJhEJPO7w90LH1ElhCaulrm\/OtvZu2FerYM9vva4W3m2Nec104Vr368ifY5C2BqysKptDQs6vexHlQdrhGueyKhQ0epWgCQnlTnP\/+M1p\/F4lGn1Q7fw0wIDAQAB"
}