monoshiri AI Widget

説明

monoshiri AI Widget lets you add an AI-powered chat button to your WordPress site in just a few clicks. The chat is powered by monoshiri.ai, an AI knowledge base SaaS that answers visitor questions based on documents you upload (FAQs, product manuals, internal docs, etc.).

主な機能

  • すべてのページの右下または左下に AI チャットボタンを追加
  • Answers visitor questions based on the knowledge (folder) registered in monoshiri.ai
  • Display control (all pages / front page only / static pages only / disabled)
  • API キーの接続テスト機能を内蔵
  • Mobile responsive (full-screen display on small screens)

ご利用にあたって

本プラグインのご利用には、monoshiri.ai のアカウントと、monoshiri.ai 管理画面で発行するウィジェット API キーが必要です。

  1. https://monoshiri.ai/ でアカウント登録
  2. 管理画面でウィジェットを作成し、API キーを発行
  3. 発行された埋め込みコードを本プラグインの設定画面に貼り付け

外部サービス

本プラグインは monoshiri.ai サービスに接続します。訪問者がウィジェットを操作した際に、widget.monoshiri.ai からチャットウィジェットのスクリプトを読み込み、api.monoshiri.ai へ質問内容を送信します。

利用するサービス:

  • monoshiri.ai API (https://api.monoshiri.ai)
  • monoshiri.ai Widget CDN (https://widget.monoshiri.ai)

送信されるデータ:

  • サイト訪問者がチャットウィジェットに入力した質問テキスト
  • The URL of the current page (for context)
  • The visitor’s IP address (as part of the HTTP request)
  • The API key configured in plugin settings (for authentication)

データが送信されるタイミング:

  • データは訪問者がチャットウィジェットを開いてメッセージを入力したときにのみ送信されます
  • 通常のページ読み込み時にはデータは送信されません
  • API キーが未設定の場合、プラグインは何も行いません
  • No external requests are made when the plugin is installed or activated. The plugin only contacts monoshiri.ai servers (a) when a site administrator clicks the “Test connection” button on the settings screen, and (b) when a visitor opens the chat widget on the front-end.

提供者情報:

  • Service operator: monoshiri.ai (Makoto Kobayashi)
  • 利用規約: https://monoshiri.ai/terms
  • プライバシーポリシー: https://monoshiri.ai/privacy#widget

スクリーンショット

インストール

  1. WordPress 管理画面で「プラグイン」「新規追加」を開き、「monoshiri AI」で検索してインストール
  2. 「有効化」をクリック
  3. Open “monoshiri AI” in the left menu and paste your embed code (the entire <script> tag from app.monoshiri.ai)
  4. 「変更を保存」をクリック

FAQ

Is the plugin free?

The plugin itself is free under the GPLv2 license. However, embedding the chat widget on your website requires a paid plan (Light plan or higher) on monoshiri.ai. The free plan only includes the in-dashboard chat and does not allow the widget to be loaded on external sites. See https://monoshiri.ai/pricing for details.

Can I customize the widget color and theme?

はい。テーマカラーは monoshiri.ai の管理画面で設定でき、変更内容はサイト上のウィジェットへ自動で反映されます。

Where are visitor questions sent?

When a visitor opens the chat widget, their input and the URL of the current page are sent to monoshiri.ai servers (api.monoshiri.ai) for AI response generation. See the “External services” section below for details.

Does the widget work on all WordPress themes?

はい。ウィジェットは埋め込みスクリプトによって固定表示のフローティング要素として描画されるため、テーマを問わず動作します。

特定のページだけウィジェットを非表示にできますか?

The plugin offers four display options on the settings screen: all pages / front page only / static pages only / disabled (do not display anywhere). Disabling the widget on individual specific pages is planned in a future release.

評価

このプラグインにはレビューがありません。

貢献者と開発者

monoshiri AI Widget はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“monoshiri AI Widget” は2ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“monoshiri AI Widget” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0.2

  • WordPress 7.0 との互換性を確認し、「Tested up to」を更新
  • 機能変更なし

1.0.1

  • readme: Clarify that embedding the widget on a website requires a paid plan (Light or higher)
  • readme: Correct the display option count from three to four (now explicitly mentions the “disabled” option)
  • readme: 説明文の表現を微修正
  • タグ: WordPress.org ディレクトリでの発見性向上のため更新

1.0.0

  • 初回リリース