> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/library-packs/security-and-compliance/workflow-chrome-update-compliance/usage-guide-chrome-update-compliance.md).

# 使用ガイド: Chrome アップデートコンプライアンス

### 概要 <a href="#overview" id="overview"></a>

最新のwebブラウザを維持することはセキュリティと効率のために重要ですが、アップデートの管理は難しいことがあります。 従業員はアップデートを怠ることがあり、企業のデバイス上でChromeのバージョンが古くなり、セキュリティリスクを引き起こし、生産性を制限することがあります。 「ワークフロー: Chromeアップデート準拠」パックはChromeを最新に保つのを助けます。 それは、実行中のChromeのバージョンが最新のものと一致するか確認し、一致しない場合は再起動を促します。 2回のプロンプト後に更新されない場合、自動的にChromeを再起動します。

Library packが適切に設定されていることを、設定ガイドに示された手順に従って確認してください。

[設定ガイド: Chromeアップデート準拠](/platform/ja/library-packs/security-and-compliance/workflow-chrome-update-compliance/configuration-guide-chrome-update-compliance.md)

### ワークフロー構造 <a href="#workflow-structure" id="workflow-structure"></a>

このワークフローは、スケジュールトリガーを通じて自動で動作するよう設計されています。 このセクションでは、このワークフローの主要な手順について説明します。

* ワークフローは、Chromeブラウザが保留中のアップデートのために再起動が必要かどうかを確認することから始まります。 アップデートが保留中でなく、再起動が必要でない場合、ワークフローは処理を終了します。

<figure><img src="/files/DaTndQdmM4a2cFXTBRH2" alt="" width="563"><figcaption></figcaption></figure>

再起動が必要な場合は、ブラウザの再起動が必要であることをユーザーに知らせるcampaignが開始されます。

<figure><img src="/files/KlfvDkcOsCbvLapm3yiN" alt="" width="525"><figcaption></figcaption></figure>

* ユーザーが同意する場合、リモートアクションがブラウザを再起動し、ワークフローは終了し、必要なアクションがとられたことを記録します。
* ユーザーがChromeブラウザの再起動を拒否した場合、ワークフローは遅延後に再試行します。 このシナリオで、再起動がまだ必要で、ユーザーが再びChromeブラウザの再起動を拒否した場合、遅延後に強制的な再起動が実施されます。

<figure><img src="/files/D8pnfp4rtqfLBccbSCQ6" alt="" width="563"><figcaption></figcaption></figure>

関連トピック

* [ワークフローを管理](https://docs.nexthink.com/platform/ja/user-guide/workflows/managing-workflows)
* [リモート アクションを管理する](https://docs.nexthink.com/platform/ja/user-guide/remote-actions/getting-started-with-remote-actions)
* [キャンペーンを管理](https://docs.nexthink.com/platform/ja/user-guide/campaigns/managing-campaigns)


---

# 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.nexthink.com/platform/ja/library-packs/security-and-compliance/workflow-chrome-update-compliance/usage-guide-chrome-update-compliance.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.
