---
title: "Chrome Extension integration — Sleekplan | Sleekplan"
canonical_url: "https://sleekplan.com/integrations/chrome"
last_updated: "2026-05-28T16:20:56.114Z"
meta:
  description: "Capture feedback and vote on existing posts from any tab. Install once, use everywhere."
  "og:description": "Capture feedback and vote on existing posts from any tab. Install once, use everywhere."
  "og:title": "Chrome Extension integration — Sleekplan | Sleekplan"
---

# Capture feedback and vote on existing posts from any tab. Install once, use everywhere.

## Overview

The Sleekplan Chrome extension turns any browser tab into a feedback capture point. Click the toolbar icon, write the post, hit submit, and it lands on the right board with the source URL attached. Vote on existing posts inline. Triage moderation queues from a popover.

## How it works

Pin the extension to your toolbar and sign in once. From any tab, the popover lets you create a new post, search existing ones, vote, comment, or change a post's status. The source URL is attached automatically, which is handy when you're capturing patterns across customer sessions and want them logged the moment they happen.

The extension respects your Sleekplan permissions: agents can moderate, customers can only vote and comment.

## Configure

Install from the Chrome Web Store and authorise with your Sleekplan workspace login. Permissions are scoped to active-tab only. We never read your other tabs, and nothing leaves the browser until you hit submit.

## **Explore other integrations **

[**Browse all **](https://sleekplan.com/integrations)

[![Intercom logo](https://sleekplan.com/_ipx/f_webp&s_44x44/images/integrations/intercom.png)**Intercom** Capture feedback inside your Intercom Messenger and surface your roadmap + changelog on the Home screen.](https://sleekplan.com/integrations/intercom) [![Slack logo](https://sleekplan.com/_ipx/f_webp&s_44x44/images/integrations/slack.png)**Slack** Manage feedback from Slack: create posts, ship changelog updates, and get notified on every CSAT vote.](https://sleekplan.com/integrations/slack) [![GitHub logo](https://sleekplan.com/_ipx/f_webp&s_44x44/images/integrations/github.png)**GitHub** Sync GitHub Issues with your Sleekplan widget. Status updates flow back to your users automatically.](https://sleekplan.com/integrations/github)

Build your own

## **Don't see it?**Build it.

REST API, real-time webhooks, JavaScript SDK and a full MCP server. Everything our own integrations use is yours to call.

[**Read the docs **](https://sleekplan.com/docs) [**Suggest an integration **](https://feedback.sleekplan.com/feedback/add?type=integrations)

POST/v1/posts 200 OK · 84MS

```
$ curl -X POST https://api.sleekplan.com/v1/posts \
  -H "Authorization: Bearer $SLEEK_KEY" \
  -d '{"title": "Bulk re-categorise", "category": "feature"}'

{
  "id": "p_482",
  "score": 0.81,
  "tags": ["inbox", "feature"]
}
```