Dify Chatbot

This is a chrome extension to inject a dify chatbot on any pages

Wat is Dify Chatbot?

Dify Chatbot is een Chrome-extensie ontwikkeld door jianfengkejamki, en de belangrijkste functie is "This is a chrome extension to inject a dify chatbot on any pages".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dify Chatbot

Download Dify Chatbot-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

                        主要特性:给当前页面嵌入一个 ai客服图标,方便访问 ai应用


Chrome Dify ChatBot插件使用说明:

1、创建Dify应用配置,在应用概览中点击嵌入,切换到安装Chrome浏览器扩展视图,点击copy按钮获取ChatBot Url
2、点击保存,确认提示配置成功即可;
3、保险起见重启浏览器确保所有分页刷新成功;
4、Chrome打开任意页面均可正常加载DIfy机器人浮动栏,后续如需更换机器人只需要变更ChatBot Url即可                    

Basisinformatie over de Extensie

Naam Dify Chatbot Dify Chatbot
ID ceehdapohffmjmkdcifjofadiaoeggaf
Officiële URL https://chromewebstore.google.com/detail/dify-chatbot/ceehdapohffmjmkdcifjofadiaoeggaf
Beschrijving This is a chrome extension to inject a dify chatbot on any pages
Bestandsgrootte 676 KB
Aantal Installaties 384
Huidige Versie 1.5
Laatst Bijgewerkt 2023-11-08
Publicatiedatum 2023-10-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar jianfengkejamki
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://dify.cvte.com
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dify Chatbot",
    "version": "1.5",
    "description": "This is a chrome extension to inject a dify chatbot on any pages",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "storage"
    ],
    "action": {
        "default_popup": "options.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    }
}