Dify Chatbot

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

What is Dify Chatbot?

Dify Chatbot is a Chrome extension developed by jianfengkejamki, and its main feature is "This is a chrome extension to inject a dify chatbot on any pages".

Extension Screenshots

screenshot
screenshot
screenshot

Download Dify Chatbot Extension CRX File

Download Dify Chatbot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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


Chrome Dify ChatBot插件使用说明:

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

Extension Basic Information

Name Dify Chatbot Dify Chatbot
ID ceehdapohffmjmkdcifjofadiaoeggaf
Official URL https://chromewebstore.google.com/detail/dify-chatbot/ceehdapohffmjmkdcifjofadiaoeggaf
Description This is a chrome extension to inject a dify chatbot on any pages
File Size 676 KB
Installation Count 384
Current Version 1.5
Last Updated 2023-11-08
Publish Date 2023-10-14
Rating 5.00/5 Total 1 Ratings
Developer jianfengkejamki
Email [email protected]
Payment Type free
Extension Website https://dify.cvte.com
Supported Languages 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"
    }
}