> ## Documentation Index
> Fetch the complete documentation index at: https://support.i.moneyforward.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 2-7. Retrieve Diag Data

> If event logs are not visible after distributing the extension, retrieve Diag data using the steps below.

If event logs are not visible after distributing the extension, follow the steps below to retrieve Diag data.

#### Steps to Retrieve Diag Data

The following steps describe how to retrieve Diag data from the extension icon in Chrome.

<Info>
  For Chrome or Edge, open the following HTML page directly and follow step 3 onward in these steps.

  **Chrome**: `chrome-extension://bdeanmdeckegmfjpbnngomallcedjold/options.html`

  **Edge (latest)**: `chrome-extension://flggmhlpipcopffjfkpgkoljghfkmfcg/options.html`
</Info>

1. Click the extension icon in the upper-right corner of your browser.

   <img src="https://mintcdn.com/moneyforwardi/itTK7uzlFPaPFbAR/images/it-management/344geptwee/2026-06-07-18-47-07.png?fit=max&auto=format&n=itTK7uzlFPaPFbAR&q=85&s=d8fba98149b4a42aea2c0760408b63df" alt="Extension icon in the upper-right corner of the browser" width="186" height="66" data-path="images/it-management/344geptwee/2026-06-07-18-47-07.png" />

2. Click the gear icon in the upper-right corner of the extension screen.

   <img src="https://mintcdn.com/moneyforwardi/itTK7uzlFPaPFbAR/images/it-management/344geptwee/2025-05-30-13-08-07.png?fit=max&auto=format&n=itTK7uzlFPaPFbAR&q=85&s=3a5357c6847cd296cdfeeb370bbb494a" alt="Gear icon in the upper-right corner of the extension screen" width="66" height="70" data-path="images/it-management/344geptwee/2025-05-30-13-08-07.png" />

3. Click **Diagnostic Data** in the lower-right corner of the extension.

   <img src="https://mintcdn.com/moneyforwardi/itTK7uzlFPaPFbAR/images/it-management/344geptwee/2025-05-30-13-29-06.png?fit=max&auto=format&n=itTK7uzlFPaPFbAR&q=85&s=b2067be5d891db400c63fa8b03cfecbc" alt="Diagnostic Data button" width="240" height="60" data-path="images/it-management/344geptwee/2025-05-30-13-29-06.png" />

4. Click **OK**, then paste the copied data into a text editor and save it.

   <img src="https://mintcdn.com/moneyforwardi/itTK7uzlFPaPFbAR/images/it-management/344geptwee/2025-05-30-17-40-35.png?fit=max&auto=format&n=itTK7uzlFPaPFbAR&q=85&s=4b7b7769bce8c3cc9acb249d6ed919b2" alt="OK dialog" width="882" height="270" data-path="images/it-management/344geptwee/2025-05-30-17-40-35.png" />

#### How to Interpret Diag Data

Reviewing Diag data lets you quickly determine whether data is being sent correctly. It also helps you identify where a configuration issue may exist.

1. **Check the four required fields**

   All four of the following fields must be present for data to be sent successfully. If any are missing, proceed to step 2 and beyond.

   | Field              | Description                      | What to check                            |
   | ------------------ | -------------------------------- | ---------------------------------------- |
   | **Email**          | Email address of the target user | Confirm the value is not null.           |
   | **apiKey**         | Authentication key               | Confirm a valid string is present.       |
   | **OrganizationID** | Organization ID                  | Confirm `organizationId` is not null.    |
   | **isActive**       | Connection status                | Confirm the value is `"isActive": true`. |

2. **Required parameter details (Email priority order)**

   The `email` property displays the email address currently in use, based on the following priority. If an unexpected address appears, check whether a value exists in the higher-priority fields.

   1. **manualEmail:** Manually entered (highest priority)
   2. **managedEmail:** Retrieved from the OS or MDM (mobile device management)
   3. **profileEmail:** Retrieved from the browser login information

3. **If apiKey, OrganizationID, or CreatedDate are not visible**

   Go to Settings > Organization > Browser Extension and copy the value from **Extension Policy**. Then set the **value** found within the extension policy.

4. **Verify the distribution status of the extension:** Confirm that the extension is installed.

   Open the policy page in your browser (for example, `chrome://policy`) and verify that the settings have been applied. If no values appear in the policy, check the registry or configuration settings on the OS side. If they are also absent there, check the settings in the distribution source (such as MDM).

5. Review the [FAQ](/en/it-management/shadow-it/344geptwee-diag#faq) below and follow the steps on each help page, then recheck the values in the Diag data.

6. If the issue persists after following the steps above, include the retrieved Diag data and contact the [support desk](/en/it-management/changelog/3e6sz4xzsx-support).

<h4 id="faq">
  FAQ
</h4>

#### Q. What should I watch out for when configuring the registry?

A. The registry path differs between Chrome and Edge. (Reference: [Register Parameters for the Extension in the Registry](/en/it-management/shadow-it/qegqblx598-windows-gpo#register-parameters))

If you configured the wrong path, remove the extension from the browser's management console and reinstall it.

* Chrome path: `Software\Policies\Google\Chrome\3rdparty\extensions\bdeanmdeckegmfjpbnngomallcedjold\policy`
* Edge path: `SOFTWARE\Policies\Microsoft\Edge\3rdparty\extensions\flggmhlpipcopffjfkpgkoljghfkmfcg\policy`

#### Q. Can I use a configuration profile without MDM?

A. This is not currently supported. Due to Chrome extension security restrictions, a manually created plist loads in the browser. However, the extension cannot read it.

#### Q. Do I need to set a different EMAIL for each user?

A. We recommend doing so. The extension sends the email address to the server as the identifier of the operator.

In principle, any value in email address format works. For example, you can use the PC name as the local part (e.g., `HOSTNAME@example.com`).

The sent email address appears on the web console as-is. However, it does not link to an actual user account. As a result, it may be difficult to use for data such as last-used dates. (It is sufficient for Shadow IT purposes.)
