ChromeBoard Helper Extension Tutorial

What this extension actually does

This extension is a bridge. It collects browser-visible items such as tabs, bookmarks, installed Chrome apps, and managed policy seed items, then opens your ChromeBoard site with import data attached.

It does not silently install apps, read secret ChromeOS launcher internals, or create desktop items by itself without your ChromeBoard site handling the import.

For most users: what URL should go in the box?

Use your deployed ChromeBoard site URL. In most real use, that means your Netlify URL, custom domain, or other live site URL.

Example: https://your-board.netlify.app/

Only use a local URL such as http://localhost:8888/ when you are actively developing or testing on your own machine.

Enterprise policy exists so an admin can prefill the same destination for many users. If you are not doing managed fleet rollout, you can ignore that and just save the live site URL locally.

First-time setup

  1. Open the extension popup.
  2. Paste your deployed ChromeBoard URL.
  3. Click Save URL.
  4. Start with Import current tab.
  5. Your ChromeBoard site should open in a new tab.
  6. Confirm ChromeBoard creates an item from that import.

If ChromeBoard opens but nothing imports, the missing piece is in the ChromeBoard site import handler, not this extension popup.

What each action means

Who should use managed policy?

If this is your own personal board or a normal consumer setup, you usually do not need managed policy at all.

Managed policy is for organizations pushing one destination and one seed set to multiple devices. In that case an admin can define chromeboardUrl and other seed flags so every managed user opens the same board.

Troubleshooting