DaRa

Have a conversation with any page on the web.

Wat is DaRa?

DaRa is een Chrome-extensie ontwikkeld door https://dara.chat, en de belangrijkste functie is "Have a conversation with any page on the web.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DaRa

Download DaRa-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

                        DaRa is a Chrome extension that employs GPT-4, a state-of-the-art artificial intelligence model, to facilitate interactive and context-aware conversations with web pages. Designed to enhance users' browsing experience, the extension seamlessly integrates with the Chrome browser, allowing users to ask questions, seek clarifications, and engage in casual discussions with the content on a web page. It represents a novel approach to online communication, providing users with a more engaging and informative browsing experience.                    

Basisinformatie over de Extensie

Naam DaRa DaRa
ID cjballpcpneldglciedlldbkbigkpkoc
Officiële URL https://chromewebstore.google.com/detail/dara/cjballpcpneldglciedlldbkbigkpkoc
Beschrijving Have a conversation with any page on the web.
Bestandsgrootte 11.86 KB
Aantal Installaties 556
Huidige Versie 1.2
Laatst Bijgewerkt 2023-06-11
Publicatiedatum 2023-03-27
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://dara.chat
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.dara.chat/privacy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DaRa",
    "version": "1.2",
    "description": "Have a conversation with any page on the web.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "48": "send-icon.png"
        },
        "default_popup": "popup.html",
        "default_title": "DaRa"
    },
    "minimum_chrome_version": "88"
}