DaRa

Have a conversation with any page on the web.

Vad är DaRa?

DaRa är en Chrome-tillägg utvecklad av https://dara.chat, och dess huvudfunktion är "Have a conversation with any page on the web.".

Tilläggsskärmbilder

screenshot

Ladda ner DaRa-förlängningens CRX-fil

Ladda ner DaRa-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn DaRa DaRa
ID cjballpcpneldglciedlldbkbigkpkoc
Officiell webbadress https://chromewebstore.google.com/detail/dara/cjballpcpneldglciedlldbkbigkpkoc
Beskrivning Have a conversation with any page on the web.
Filstorlek 11.86 KB
Antal Installationer 556
Aktuell Version 1.2
Senast Uppdaterad 2023-06-11
Publiceringsdatum 2023-03-27
Betyg 3.50/5 Totalt 2 Betyg
Utvecklare https://dara.chat
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.dara.chat/privacy
Stödda Språk 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"
}