chrome-profile — internal tool

Export a Google Chrome profile on one machine, import it on another.

macOS / Linux

curl -fsSL https://cp.minhvo.site/install.sh | CPT_TOKEN=<token> sh

Windows (PowerShell)

$env:CPT_TOKEN="<token>"; irm https://cp.minhvo.site/install.ps1 | iex

Then

chrome-profile list
chrome-profile export you@company.com
chrome-profile import chrome-profile-….tar.gz

Ask your team lead for the install token. Downloads are checksum-verified. Quit Chrome before exporting or importing.