プライバシーポリシー
AI推敲パネル (AI Refine Panel) — Chrome拡張機能 / 最終更新: 2026年8月3日
AI推敲パネル(以下「本拡張機能」)は、ウェブページで選択したテキストを、 利用者が登録したプロンプトと OpenAI の API を使って整形し、元の入力欄に 書き戻すためのツールです。本ポリシーは、本拡張機能が扱うデータの範囲と 取り扱い方法を説明します。
本拡張機能は、閲覧履歴の収集、アクセス解析、広告目的のデータ収集を 一切行いません。開発者が運営するサーバーは存在せず、開発者が利用者の データを受け取ることはありません。
1. 取り扱うデータ
| データ | 保存場所 | 端末外への送信 | 目的 |
|---|---|---|---|
| OpenAI APIキー | chrome.storage.local(この端末のみ・平文) |
OpenAI へのリクエストの Authorization ヘッダーとしてのみ送信
|
利用者自身のアカウントで OpenAI API を呼び出すため |
| 整形対象のテキスト(選択テキスト・手入力) | 保存しません(パネルを閉じると消えます) |
「プロンプトで送信」を押したときのみ
https://api.openai.com/v1/chat/completions へ送信
|
AIによる整形結果を得るため |
| 登録したプロンプト(名前・本文)、最後に使ったプロンプトのID | chrome.storage.sync |
あり — Chrome の同期機能により Google のサーバーを経由して同じアカウントの他の端末へ同期されます | 複数端末で同じプロンプトを使えるようにするため |
選択したモデルID(例: gpt-4o-mini) |
chrome.storage.local(この端末のみ) |
OpenAI へのリクエスト本文に含めて送信 | 利用者が指定したモデルを使うため |
2. ウェブページの内容の取り扱い
本拡張機能は、すべてのウェブサイトで動作するコンテンツスクリプトを使用します。 これは「どのサイトでも、選択したテキストを整形して元の入力欄に書き戻す」という 本拡張機能の中心的な機能のために必要です。
コンテンツスクリプトが行うことは、次の2つに限られます。
- 利用者がページ上でテキストを選択したときに、その選択文字列と 書き戻し先(選択していた入力欄の位置)を読み取り、拡張機能のサイドパネルへ渡す
- 利用者が「反映」ボタンを押したとき、AIの返答を元の入力欄へ書き戻す
ページの内容を常時読み取ったり、選択していない部分を収集・送信したりすることは ありません。読み取った選択テキストは、利用者が「プロンプトで送信」を押すまで 端末の外へ出ません。
3. 第三者サービス
OpenAI
整形対象のテキスト、プロンプト本文、モデルID、APIキーは
https://api.openai.com へ送信されます。送信先での取り扱いは
OpenAI のポリシーに従います。
OpenAI のプライバシーポリシー
および
利用規約
をご確認ください。APIキーは利用者自身が用意したものであり、利用料金も利用者の
OpenAI アカウントに課金されます。
Google (Chrome の同期機能)
登録したプロンプトは chrome.storage.sync に保存されるため、
Chrome にログインして同期を有効にしている場合、Google のサーバーを経由して
同じアカウントの他の端末へ同期されます。
4. 収集しないもの
- 閲覧履歴、開いているタブのURL・タイトル
- 氏名・住所・電話番号などの個人識別情報
- アクセス解析、利用状況のテレメトリ、クラッシュレポート
- 広告や第三者へのデータ販売・共有(一切行いません)
本拡張機能はリモートでホストされたコードを読み込んだり実行したりしません。 すべてのプログラムコードは拡張機能のパッケージに同梱されています。
5. データの保存期間と削除方法
- APIキー・モデルID: 設定画面で値を消して保存すると削除されます。
- プロンプト: 設定画面の「削除」ボタンで個別に削除できます。
- 整形対象のテキストとAIの返答: 保存されません。サイドパネルを閉じた時点で 消えます。
- 拡張機能をアンインストールすると、上記の保存データはすべて 削除されます。
- OpenAI へ送信したリクエストの保持期間は OpenAI のポリシーに従います。
6. 本ポリシーの変更
機能の追加やデータの取り扱いの変更にあわせて本ポリシーを更新することがあります。 更新した場合はこのページの「最終更新」日を変更します。重要な変更がある場合は、 Chrome ウェブストアの掲載情報でもお知らせします。
7. お問い合わせ
本ポリシーや本拡張機能のデータの取り扱いについてのご質問は、 kanakogi+extension@gmail.com までご連絡ください。
Privacy Policy
AI Refine Panel — Chrome extension / Last updated: August 3, 2026
AI Refine Panel ("the extension") lets you refine text you selected on a web page using your own saved prompts and the OpenAI API, then write the result back into the original field. This policy explains exactly what data the extension handles and how.
The extension does not collect browsing history, does not use analytics, and does not collect data for advertising. There is no developer-operated server, and the developer never receives your data.
1. Data the extension handles
| Data | Where it is stored | Sent off-device? | Why |
|---|---|---|---|
| OpenAI API key | chrome.storage.local (this device only, plain text) |
Only as the Authorization header of requests to OpenAI
|
To call the OpenAI API with your own account |
| The text being refined (selected or typed text) | Not stored (discarded when the panel closes) |
Only when you press "Send with prompt", to
https://api.openai.com/v1/chat/completions
|
To obtain the refined text from the AI |
| Your saved prompts (name and body) and the last used prompt ID | chrome.storage.sync |
Yes — Chrome sync passes this through Google's servers to your other signed-in devices | So the same prompts are available on all your devices |
The model ID you chose (e.g. gpt-4o-mini) |
chrome.storage.local (this device only) |
Included in the request body sent to OpenAI | To use the model you selected |
2. How web page content is handled
The extension uses a content script that runs on all websites. This is required for its core function: refining selected text and writing it back on any site.
The content script does only two things:
- When you select text on a page, it reads that selection and remembers the target field, then passes it to the extension's side panel
- When you press "Apply", it writes the AI response back into that field
It never reads page content continuously, and never collects or transmits parts of the page you did not select. The selected text stays on your device until you press "Send with prompt".
3. Third-party services
OpenAI
The text being refined, the prompt body, the model ID, and your API key are sent
to https://api.openai.com. Their handling of that data is governed
by OpenAI's policies — see the
OpenAI Privacy Policy
and
Terms of Use. The API key is one you supply yourself, and usage is billed to your own
OpenAI account.
Google (Chrome sync)
Saved prompts are stored in chrome.storage.sync. If you are signed
in to Chrome with sync enabled, they are synchronised to your other devices
through Google's servers.
4. What is never collected
- Browsing history, or the URLs and titles of your open tabs
- Personally identifying information such as name, address or phone number
- Analytics, usage telemetry, or crash reports
- Nothing is ever sold or shared with third parties for advertising
The extension does not load or execute remotely hosted code. All program code is bundled in the extension package.
5. Retention and deletion
- API key and model ID: clear the field on the options page and save.
- Prompts: delete them individually with the "Delete" button.
- The text being refined and the AI response: never stored; discarded when the side panel closes.
- Uninstalling the extension deletes all of the stored data above.
- Retention of the requests you send to OpenAI is governed by OpenAI's policies.
6. Changes to this policy
This policy may be updated when features change or data handling changes. The "Last updated" date above will change accordingly, and significant changes will also be noted in the Chrome Web Store listing.
7. Contact
For questions about this policy or how the extension handles data, contact kanakogi+extension@gmail.com.