最終更新日: 2026年3月26日
SF Record Linker(以下「本拡張機能」)は、Salesforce Lightning のレコードページからリンクをクリップボードにコピーするための Chrome 拡張機能です。本プライバシーポリシーでは、本拡張機能がユーザーのデータをどのように取り扱うかを説明します。
本拡張機能はユーザーの個人情報を一切収集しません。
本拡張機能が扱うデータは以下の通りです:
| データ | 用途 | 保存先 |
|---|---|---|
| オブジェクト名・項目ラベル名などの設定情報 | コピー形式のカスタマイズ | chrome.storage.sync(ユーザーの Chrome プロファイルに紐づく同期ストレージ) |
| 閲覧中の Salesforce レコードページの DOM 情報(レコード名・項目値) | リンクテキストの生成 | メモリ上のみ(保存しない) |
本拡張機能は、いかなるデータも外部サーバーやサードパーティサービスに送信しません。すべての処理はユーザーのブラウザ内で完結します。
| 権限 | 使用目的 |
|---|---|
clipboardWrite | 生成したリンクをクリップボードにコピーするため |
storage | ユーザーが設定したコピー形式を保存・同期するため |
declarativeContent | Salesforce のレコードページでのみ拡張機能アイコンを有効化するため |
本拡張機能は *://*.lightning.force.com/* にのみ content script を挿入します。これは Salesforce Lightning 環境のレコードページ情報を取得するために必要です。それ以外のウェブサイトでは一切動作しません。
本プライバシーポリシーに関するご質問は、GitHub Issues までお寄せください。
Last updated: March 26, 2026
SF Record Linker (the "Extension") is a Chrome extension that copies links from Salesforce Lightning record pages to the clipboard. This privacy policy explains how the Extension handles user data.
This Extension does not collect any personal information.
The Extension handles only the following data:
| Data | Purpose | Storage |
|---|---|---|
| Settings such as object names and field labels | Customizing copy format | chrome.storage.sync (synced storage tied to the user's Chrome profile) |
| DOM data from the current Salesforce record page (record name, field values) | Generating link text | In-memory only (not persisted) |
This Extension does not transmit any data to external servers or third-party services. All processing occurs entirely within the user's browser.
| Permission | Purpose |
|---|---|
clipboardWrite | To copy generated links to the clipboard |
storage | To save and sync user-configured copy formats |
declarativeContent | To enable the extension icon only on Salesforce record pages |
This Extension injects a content script only into *://*.lightning.force.com/*. This is required to read record page information in the Salesforce Lightning environment. The Extension does not operate on any other websites.
For questions about this privacy policy, please open an issue on GitHub Issues.