ChromeAI

Your AI-powered sidekick, always only two clicks away

ChromeAI란 무엇입니까?

ChromeAI은(는) https://chromeai.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your AI-powered sidekick, always only two clicks away"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

ChromeAI 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 ChromeAI ChromeAI
ID bfjnabbgkdkgncbpbmhjblnfdclgpfak
공식 URL https://chromewebstore.google.com/detail/chromeai/bfjnabbgkdkgncbpbmhjblnfdclgpfak
설명 Your AI-powered sidekick, always only two clicks away
파일 크기 216 KB
설치 횟수 115
현재 버전 0.1.0
최근 업데이트 2023-03-31
출시 날짜 2023-03-31
개발자 https://chromeai.co
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://chromeai.co/
도움말 페이지 URL https://chromeai.co/contact
지원되는 언어 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"
}