Title: Kreechat
Author: SSPS
Published: <strong>2026 年 4 月 29 日</strong>
Last modified: 2026 年 5 月 27 日

---

搜尋外掛

![](https://s.w.org/plugins/geopattern-icon/kreechat.svg)

# Kreechat

 由 [SSPS](https://profiles.wordpress.org/sspsdev/) 開發

[下載](https://downloads.wordpress.org/plugin/kreechat.1.0.4.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/kreechat/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/kreechat/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/kreechat/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/kreechat/#developers)

 [技術支援](https://wordpress.org/support/plugin/kreechat/)

## 外掛說明

Kreechat is a live-chat widget developed by SSPS Ltd. It gives you an easily modifiable
chat widget for your WordPress website, connecting it to the Kreechat support platform.

Developed by Kristian Lalov, Kristian Lachev, and Kristiyan Danchov.

#### Features

 * Light and Dark mode
 * File exchange
 * Text chat
 * Customizable chat display name
 * Customizable welcome message

#### Requirements

 * WordPress 6.5 or higher — The chat widget uses the Script Modules / Interactivity
   API introduced in WordPress 6.5. The plugin will not activate on older versions.
 * PHP 7.4 or higher

### External services

In order for the Kreechat plugin to work with our external messaging app, it communicates
with our external API.
 We use our external API to store and retrieve multiple important
things.

widget/partials/api.js:6 const response = await fetch(“https://us1.kreechat.app/
server/get-wordpress-messages”,{:
 Retrieve the messages once a user opens the Kreechat
widget. It sends the stored kreechat_token and the email of the user to our servers.
Terms of service: https://www.kreechat.com/privacy-policy/

widget/partials/script.js:280 const response = await fetch(‘https://us1.kreechat.
app/server/send-wordpress-file’, {:
 Stores files on our server sent by the Kreechat
widget. The company wordpress token is sent to the server. Terms of service: https://
www.kreechat.com/privacy-policy/

$api_url = ‘https://us1.kreechat.app/server/create-wordpress-ticket’;
 Creates a
ticket when a new user opens the Widget and enters their email address. We send 
the company wordpress token and email to the server. This endpoint is used when 
a user opens the chat for the first time. Terms of service: https://www.kreechat.
com/privacy-policy/

includes/api-handler.php:35 $api_url = ‘https://us1.kreechat.app/server/register-
wp-token’;:
 Registers the WordPress token which the user has created previously
inside of the Kreechat application. Terms of service: https://www.kreechat.com/privacy-
policy/

includes/api-handler.php:174 $api_url = ‘https://us1.kreechat.app/server/unregister-
wordpress-token’;:
 Deletes and unregisters the WordPress token previously registered.
Nothing is sent to the Kreechat servers. Only the origin of the request. Terms of
service: https://www.kreechat.com/privacy-policy/

widget/partials/script.js:48 await fetch(‘https://us1.kreechat.app/server/new-url’,{:

Saves each visited route of the website the user is currently on for display inside
of the Kreechat app. Sends the saved company wordpress token to our servers. Terms
of service: https://www.kreechat.com/privacy-policy/

/${message?.path}:
 Retrieves a file from our servers. The message id alongside 
the company wordpress token are sent to our servers. Terms of service: https://www.
kreechat.com/privacy-policy/

wp_enqueue_script(‘socketio-client’, plugin_dir_url(**FILE**) . ‘assets/js/socket.
io.min.js’, [], ‘4.7.5’, true);:
 Kreechat uses socket.io for real-time communication
between our servers and the Kreechat plugin. Terms of service: https://www.kreechat.
com/privacy-policy/

widget/partials/sockets.js:203 const response = await fetch(‘https://us1.kreechat.
app/server/get-wordpress-jwt’, {:
 This endpoint is used to create a secure JWT 
for our socket communication. It sends the company token to our servers when the
token has expired or when a new connection is made. Terms of service: https://www.
kreechat.com/privacy-policy/

## 安裝方式

 1.  Login to your WordPress admin panel.
 2.  Go to “Plugins” on the sidebar.
 3.  Click on “Add Plugin” and search for “Kreechat”.
 4.  Install and activate Kreechat.
 5.  Kreechat will appear in the sidebar alongside your other plugins.
 6.  Create a Kreechat account at [kreechat.app/register-company](https://kreechat.app/register-company).
 7.  In the Kreechat app, go to Admin Panel (Top Left Icon) > Settings > Communication
     Services > WordPress Icon.
 8.  Create a WordPress Token.
 9.  Paste the WordPress Token into the field in the plugin admin panel.
 10. Start using Kreechat!

## 常見問題集

### Do I need a Kreechat account?

Yes. You need to register at [kreechat.app](https://kreechat.app/register-company)
and generate a WordPress token to connect the widget.

### Is Kreechat free?

Yes, the WordPress plugin is free to use.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Kreechat〉的開發相關工作。

參與者

 *   [ SSPS ](https://profiles.wordpress.org/sspsdev/)

[將〈Kreechat〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/kreechat)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/kreechat/)、查看
[SVN 存放庫](https://plugins.svn.wordpress.org/kreechat/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/kreechat/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/kreechat/)。

## 變更記錄

#### 1.0.4

 * Improved closing and reopening of chats
 * Optional email verification before starting a chat

#### 1.0.0

 * Initial Kreechat release

## 中繼資料

 *  版本 **1.0.4**
 *  最後更新 **3 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.5 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.8.5**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/kreechat/)
 * 標籤:
 * [chat](https://tw.wordpress.org/plugins/tags/chat/)[chatbot](https://tw.wordpress.org/plugins/tags/chatbot/)
   [free live chat](https://tw.wordpress.org/plugins/tags/free-live-chat/)[live chat](https://tw.wordpress.org/plugins/tags/live-chat/)
   [livechat](https://tw.wordpress.org/plugins/tags/livechat/)
 *  [進階檢視](https://tw.wordpress.org/plugins/kreechat/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/kreechat/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/kreechat/reviews/)

## 參與者

 *   [ SSPS ](https://profiles.wordpress.org/sspsdev/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/kreechat/)