ChromeAI

Your AI-powered sidekick, always only two clicks away

Qu'est-ce que ChromeAI ?

ChromeAI est une extension Chrome développée par https://chromeai.co, et sa fonction principale est "Your AI-powered sidekick, always only two clicks away".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ChromeAI

Téléchargez les fichiers d'extension ChromeAI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom ChromeAI ChromeAI
ID bfjnabbgkdkgncbpbmhjblnfdclgpfak
URL Officiel https://chromewebstore.google.com/detail/chromeai/bfjnabbgkdkgncbpbmhjblnfdclgpfak
Description Your AI-powered sidekick, always only two clicks away
Taille du Fichier 216 KB
Nombre d'Installations 115
Version Actuelle 0.1.0
Dernière Mise à Jour 2023-03-31
Date de Publication 2023-03-31
Développeur https://chromeai.co
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://chromeai.co/
URL de la Page d'Aide https://chromeai.co/contact
Langues Prises en Charge 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"
}