# Organization-wide install

## Chrome Extension Rollout (Google Workspace)

{% embed url="<https://www.loom.com/share/0b64125ab32e4fc08cde01fd08af9c72?sid=3697d5de-c8ad-4047-9560-e477fbceff59>" %}
Walkthrough: Setting up forced install for Select Star in the Google Admin Console
{% endembed %}

To deploy the extension to all managed Chrome users in your domain:

#### Prerequisites

You’ll need the following:

* Administrator access to Google Workspace
* Select Star Chrome Extension ID: `okjjmjmiaemccchgkpchjpkaomabndek`

#### Configure extension roll-out in Google Workspace

1. Go to <https://admin.google.com/ac/chrome/apps/user> and log in as administrator.
2. *Optional: Select the Organizational Unit you want to deploy the extension to.*
3. Click :heavy\_plus\_sign: in the bottom right and choose **Add from Chrome Web Store**.
4. Search for the extension by ID **`okjjmjmiaemccchgkpchjpkaomabndek`** and click **Select**.
5. Set the Installation policy to **Force install + pin to browser toolbar**.
6. Click **Save**.

{% hint style="success" %}
The extension will now automatically appear in Chrome for all users in the selected org unit.
{% endhint %}

## Microsoft Edge Rollout (Group Policy)

To deploy the Select Star extension across all managed Microsoft Edge (Chromium) browsers in your organization, use the **Group Policy Management Console (GPMC)** on a domain controller.

{% hint style="info" %}
This method assumes that Microsoft Edge is already set up as a managed browser for your users. If you haven’t configured Edge management yet, follow this guide to get started: [Manage Microsoft Edge extensions in the enterprise](https://learn.microsoft.com/en-us/deployedge/microsoft-edge-manage-extensions).
{% endhint %}

#### Prerequisites for Edge Extension Deployment via Group Policy

1. Your organization uses **Microsoft Edge (Chromium)**.
2. All devices are **joined to your Active Directory domain**.
3. You have access to the **Group Policy Management Console (GPMC)** on a domain controller.
4. You have permission to create or edit **Group Policy Objects (GPOs).**
5. Microsoft Edge is configured as a **managed browser**.
   1. To verify, open `edge://policy` in Edge and check for active policies.

#### Steps to Configure Group Policy (GPO)

1. Open **Group Policy Management Console (GPMC)** on your domain controller.
2. In the left panel, right-click your domain or a specific Organizational Unit (OU), then select: **Create a GPO in this domain, and Link it here…**

   <figure><img src="/files/AzOG81ubFm1EfIInofKQ" alt=""><figcaption><p>Create a new GPO</p></figcaption></figure>
3. Name the GPO (e.g., *Select Star Extension*) and click OK.
4. Right-click the newly created GPO and select Edit.
5. In the Group Policy Editor, navigate to: **Computer Configuration** → **Policies** → **Administrative Templates** → **Microsoft Edge** → **Extensions**
6. Double-click **Control which extensions are installed silently**.
7. Select **Enabled** and click **Show.**
8. Add the following entry:

   ```
   okjjmjmiaemccchgkpchjpkaomabndek;https://clients2.google.com/service/update2/crx
   ```
9. Click **OK** and close the editor.
10. To apply the policy immediately on a device, run: `gpupdate /force`. Otherwise, the policy will apply automatically during the next policy refresh cycle.

{% hint style="success" %}
The extension will now automatically appear in Microsoft Edge for all users in the selected org unit.
{% endhint %}

{% hint style="info" %}
**Additional Resources**

* [Microsoft Edge extension management guide](https://learn.microsoft.com/en-us/deployedge/microsoft-edge-manage-extensions)
* [ExtensionInstallForcelist policy documentation](https://learn.microsoft.com/en-us/deployedge/microsoft-edge-policies#extensioninstallforcelist)
  {% endhint %}

## Need help?

Contact our support team at <support@selectstar.com> if you have questions or need help with deployment.


---

# 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.selectstar.com/features/chrome-extension/organization-wide-install.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.
