> ## Documentation Index
> Fetch the complete documentation index at: https://ext.eplus.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Cài đặt

> Cài Google Cloud Skills Boost Helper từ kho tiện ích, gói phát hành hoặc mã nguồn

## Cách cài đặt khuyến nghị

<CardGroup cols={2}>
  <Card title="Chrome Web Store" icon="chrome" href="https://chromewebstore.google.com/detail/google-cloud-skills-boost/lmbhjioadhcoebhgapaidogodllonbgg">
    Khuyến nghị cho Chrome và phần lớn trình duyệt dựa trên Chromium.
  </Card>

  <Card title="Firefox Add-ons" icon="firefox-browser" href="https://addons.mozilla.org/addon/cloud-skills-boost-helper">
    Cài bản Firefox đã ký và nhận cập nhật tiện ích bình thường.
  </Card>

  <Card title="Microsoft Edge" icon="edge" href="https://github.com/ePlus-DEV/google-cloud-skills-boost-helper/releases/latest">
    Tải gói tương thích từ bản phát hành GitHub mới nhất.
  </Card>

  <Card title="Opera và gói cài thủ công" icon="globe" href="https://github.com/ePlus-DEV/google-cloud-skills-boost-helper/releases/latest">
    Dùng GitHub Releases cho Opera và các trình duyệt Chromium khác.
  </Card>
</CardGroup>

Bản cài từ kho chính thức thường tự cập nhật. Gói phát hành và bản nạp thủ công phải cập nhật bằng tay.

## Cài thủ công trên Chromium

<Steps>
  <Step title="Tải gói cài đặt">
    Tải `google-cloud-skills-boost-helper-{version}-chrome.zip` từ [GitHub Releases](https://github.com/ePlus-DEV/google-cloud-skills-boost-helper/releases/latest), sau đó giải nén.
  </Step>

  <Step title="Lưu trong thư mục cố định">
    Đổi tên thư mục thành `google-cloud-helper` và đặt tại vị trí ổn định.
  </Step>

  <Step title="Mở trang quản lý tiện ích">
    Truy cập `chrome://extensions` hoặc trang tương đương trên trình duyệt Chromium đang dùng.
  </Step>

  <Step title="Bật chế độ nhà phát triển">
    Bật **Developer mode**, sau đó chọn **Load unpacked**.
  </Step>

  <Step title="Chọn thư mục đã giải nén">
    Chọn thư mục `google-cloud-helper`. Tiện ích sẽ xuất hiện trên toolbar hoặc menu tiện ích.
  </Step>
</Steps>

<Warning>
  Không xóa hoặc di chuyển thư mục sau khi nạp. Bản cài thủ công không tự cập nhật.
</Warning>

## Cập nhật bản cài thủ công

Để giữ tài khoản và thiết lập đã lưu cục bộ:

<Steps>
  <Step title="Tải và giải nén bản phát hành mới">
    Sử dụng đúng loại gói dành cho trình duyệt đang cài.
  </Step>

  <Step title="Thay nội dung thư mục">
    Giữ nguyên đường dẫn `google-cloud-helper`, xóa nội dung cũ và sao chép file mới vào.
  </Step>

  <Step title="Tải lại tiện ích">
    Quay lại trang quản lý tiện ích và chọn **Reload**.
  </Step>
</Steps>

## Build từ mã nguồn

**Yêu cầu:** Node.js 24 trở lên và Yarn.

```bash theme={null}
git clone https://github.com/ePlus-DEV/google-cloud-skills-boost-helper.git
cd google-cloud-skills-boost-helper
yarn install

# Kiểm tra mã nguồn
yarn compile
yarn test

# Build Chrome/Chromium
yarn build

# Tùy chọn: build Firefox
yarn build:firefox
```

Nạp `.output/chrome-mv3` dưới dạng unpacked extension cho Chrome hoặc Chromium. Dùng `yarn dev` để chạy môi trường phát triển và `yarn dev:firefox` cho Firefox.

<Note>
  Thiết lập phát triển, quy tắc đóng góp và các bước kiểm tra được mô tả trong [`CONTRIBUTING.md`](https://github.com/ePlus-DEV/google-cloud-skills-boost-helper/blob/main/CONTRIBUTING.md).
</Note>


## Related topics

- [Cài đặt](/vi/gmail-alias-toolkit/installation.md)
- [Gmail Alias Toolkit](/vi/gmail-alias-toolkit/introduction.md)
- [Tiện ích trình duyệt ePlus.DEV](/vi/index.md)
- [Google Cloud Skills Boost Helper](/vi/google-cloud-skills-boost-helper/introduction.md)
- [Câu hỏi thường gặp](/vi/google-cloud-skills-boost-helper/faq.md)
