> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/enterprise-guide/jp/deploying-keeper-to-end-users/keeper-fill/virtual-machine-persistence.md).

# Keeperブラウザ拡張機能向けの仮想マシン永続化

<figure><img src="/files/XGgdvdvTbVAF5gtWpnjW" alt=""><figcaption></figcaption></figure>

## 概要

VMwareやCitrixなどのツールで業務用デスクトップを仮想化している場合があります。そのような仮想デスクトップでKeeperFill拡張機能を正常に動作させるには、特定のディレクトリを永続化する必要があります。

ChromeおよびEdgeの拡張機能が対象で、ユーザーのホームディレクトリ内にある以下の3つのディレクトリを永続化します。

## Extension ID

一部のディレクトリパスには `<Extension-ID>` が含まれています。IDが指定されている場合は、親ディレクトリ全体を永続化するか、以下の表からIDを確認します。

Chromeの場合、IDは記載のChrome IDのいずれかになります。Edgeの場合、IDは記載のEdge IDのいずれかになります。また、Chromeウェブストアを使用してEdgeにインストールした場合、IDは2つのChrome IDのいずれかになります。

<table><thead><tr><th width="190.5">ブラウザ</th><th>Extension ID</th></tr></thead><tbody><tr><td>Edge</td><td>lfochlioelphaglamdcakfjemolpichk<br><strong>OR</strong><br>mpfckamfocjknfipmpjdkkebpnieooca</td></tr><tr><td>Chrome / Edge</td><td>bfogiafebfohielmmehodmfbbebbbpei<br><strong>OR</strong><br>kbedblbpfmeicfpadihimgombbafaeeh</td></tr></tbody></table>

### Edge ロケーション

Edge拡張機能を使用する場合、以下の3つのディレクトリを永続化する必要があります。

**Extension Installation:**

`C:\Users\%username%\AppData\Local\Microsoft\Edge\User Data\Default\Extensions\<Extension-ID>`

**Indexed DB:**

`C:\Users\%username%\AppData\Local\Microsoft\Edge\User Data\Default\IndexedDB\chrome-extension_<Extension-ID>`

**Storage:**

`C:\Users\%username%\AppData\Local\Microsoft\Edge\User Data\Default\Local Extension Settings\<Extension-ID>`

## Chrome ロケーション

Chrome拡張機能を使用する場合、以下の3つのディレクトリを永続化する必要があります。

**Extension Installation:**

`C:\Users\%username%\AppData\Local\Google\Chrome\User Data\Default\Extensions\<Extension-ID>`

**Indexed DB:**

`C:\Users\%username%\AppData\Local\Google\Chrome\User Data\Default\IndexedDB\chrome-extension_<Extension-ID>`

**Storage:**

`C:\Users\%username%\AppData\Local\Google\Chrome\User Data\Default\Local Extension Settings\<Extension-ID>`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/enterprise-guide/jp/deploying-keeper-to-end-users/keeper-fill/virtual-machine-persistence.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
