DaRa

Have a conversation with any page on the web.

Was ist DaRa?

DaRa ist eine Chrome-Erweiterung, die von https://dara.chat entwickelt wurde, und ihr Hauptmerkmal ist "Have a conversation with any page on the web.".

Erweiterungsscreenshots

screenshot

DaRa-Erweiterungs-CRX-Datei herunterladen

Laden Sie DaRa-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name DaRa DaRa
ID cjballpcpneldglciedlldbkbigkpkoc
Offizielle URL https://chromewebstore.google.com/detail/dara/cjballpcpneldglciedlldbkbigkpkoc
Beschreibung Have a conversation with any page on the web.
Dateigröße 11.86 KB
Installationsanzahl 556
Aktuelle Version 1.2
Letztes Update 2023-06-11
Veröffentlichungsdatum 2023-03-27
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler https://dara.chat
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.dara.chat/privacy
Unterstützte Sprachen 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"
}