# 仮想マシンの永続化

<figure><img src="/files/sfNpCKgIEn7kCmzHapNk" 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
