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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        主要特性:给当前页面嵌入一个 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"
    }
}