Dify Chatbot

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

什么是Dify Chatbot?

Dify Chatbot是由jianfengkejamki开发的Chrome扩展程序,该扩展的主要功能是“This is a chrome extension to inject a dify chatbot on any pages”。

扩展截图

screenshot
screenshot
screenshot

下载Dify Chatbot扩展crx文件

下载Dify Chatbot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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


Chrome Dify ChatBot插件使用说明:

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

扩展基本信息

名称 Dify Chatbot Dify Chatbot
ID ceehdapohffmjmkdcifjofadiaoeggaf
官方URL https://chromewebstore.google.com/detail/dify-chatbot/ceehdapohffmjmkdcifjofadiaoeggaf
简介 This is a chrome extension to inject a dify chatbot on any pages
文件大小 676 KB
安装次数 384
当前版本 1.5
更新时间 2023-11-08
上架时间 2023-10-14
评分 5.00/5 共1次评分
开发者 jianfengkejamki
电子邮箱 [email protected]
付费类型 free
扩展官网 https://dify.cvte.com
支持的语言 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"
    }
}