ConversAI

Respond to anything in one click with your personal AI chat assistant.

Wat is ConversAI?

ConversAI is een Chrome-extensie ontwikkeld door ConversAI, en de belangrijkste functie is "Respond to anything in one click with your personal AI chat assistant.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ConversAI

Download ConversAI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        🧠 Introducing the ConversAI Chrome Extension: the ultimate tool for streamlining your online communication!

💬 Say goodbye to time-consuming email and tweet replies, and hello to lightning-fast, AI-assisted responses.

🤖 With advanced AI technology, ConversAI quickly generates intelligent and eloquent answers to your messages.

👍 Set the tone of your response and choose from a variety of options, from positive and negative, to curious or witty!

💻 Effortlessly respond to emails and tweets with just a few clicks – right from your browser!

💡 Save time and increase your productivity, so you can focus on engaging in meaningful conversations.

✅ Start using ConversAI now and experience the power of AI in your online communication!

To sign up or learn more about ConversAI visit out website https://conversai.co                    

Basisinformatie over de Extensie

Naam ConversAI ConversAI
ID cmdlcebdajhdgnclabfhjidknlpfmidk
Officiële URL https://chromewebstore.google.com/detail/conversai/cmdlcebdajhdgnclabfhjidknlpfmidk
Beschrijving Respond to anything in one click with your personal AI chat assistant.
Bestandsgrootte 882 KB
Aantal Installaties 345
Huidige Versie 2.1.2
Laatst Bijgewerkt 2024-01-10
Publicatiedatum 2023-02-06
Beoordeling 3.53/5 Totaal 15 Beoordelingen
Ontwikkelaar ConversAI
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://conversai.co
URL van de Privacybeleid Pagina https://conversai.co/terms-and-conditions.html
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "2.1.2",
    "manifest_version": 3,
    "default_locale": "en",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhyPtITLLFY6ptLLHDgoCQk0NJOxVtyeLggL+PJWbiwyAGxer7eimd4x5\/w8XNCKHdg0k4RW8Bjew2qwNV3rlTyxQGhGoeuqmekjotce9BWij6kg4L+dOVAsca85va5\/7Qkb2MBCYzhOPp4N8s+GqhewGh4gOEKkgO2OIjcLEFAmSeNCvAogC\/ZqrYkB4Bb6RCwPI\/hMW\/ghr2J2cD44JtOCxD0lGP1NsdKadoR9wrC2Np7cokYaiJCX1Q26Rg6J5x3EbDGzDNp7L88svYnwW6lUaCTQwQJjhIZ3+lIV88prATbFt8\/l6oCbBaFfBwj6VHgNw5XGY0b1fEc1BFyMb8QIDAQAB",
    "permissions": [
        "contextMenus",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/*.conversai.co\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+C"
            }
        }
    },
    "action": [],
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "file:\/\/\/*",
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "options.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}