DashAI - ChatGPT on Every Webpage

Instant access to ChatGPT on every webpage

Wat is DashAI - ChatGPT on Every Webpage?

DashAI - ChatGPT on Every Webpage is een Chrome-extensie ontwikkeld door BirdNinja, en de belangrijkste functie is "Instant access to ChatGPT on every webpage".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DashAI - ChatGPT on Every Webpage

Download DashAI - ChatGPT on Every Webpage-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

                        ChatGPT access on every webpage. Chat on the side, highlight and execute commands, generate AI content in textfields and more.                    

Basisinformatie over de Extensie

Naam DashAI - ChatGPT on Every Webpage DashAI - ChatGPT on Every Webpage
ID kccnongminphpdehepbcgmmbkpglgdoh
Officiële URL https://chromewebstore.google.com/detail/dashai-chatgpt-on-every-w/kccnongminphpdehepbcgmmbkpglgdoh
Beschrijving Instant access to ChatGPT on every webpage
Bestandsgrootte 399 KB
Aantal Installaties 47
Huidige Versie 1.0.6
Laatst Bijgewerkt 2023-08-05
Publicatiedatum 2023-05-21
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar BirdNinja
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.dashai.xyz
Help Pagina-URL https://www.dashai.xyz
URL van de Privacybeleid Pagina https://www.birdninja.io/privacy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DashAI - ChatGPT on Every Webpage",
    "version": "1.0.6",
    "description": "Instant access to ChatGPT on every webpage",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index-b15a1a90.js"
            ],
            "css": [
                "content\/styling.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "pages\/popup\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "chunks\/index-1767ce8b.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "content\/index.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}