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

# Browser Extension

> Send feedback to Vistaly using the browser extension

export const VideoGIF = ({src, className = '', ...otherProps}) => <Video src={src} autoPlay={true} muted={true} loop={true} controls={false} playsInline={true} className={className} style={{
  boxShadow: "0 2px 4px -1px rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.06)"
}} {...otherProps} />;

export const Video = ({src, autoPlay = false, muted = false, loop = false, playsInline = true, controls = true, className = '', ...otherProps}) => <video src={`https://cdn.vistaly.com/kb${src}`} autoPlay={autoPlay} muted={muted} loop={loop} playsInline={playsInline} controls={controls} className={className} {...otherProps} />;

## What it does

The Vistaly browser extension is used to push feedback from any website to Vistaly.

### Installation

1. [Click here](https://chrome.google.com/webstore/detail/jabhpgfbocbdcbabjmnbfkohbjjhneii) to download the extension in the chrome webstore.

> Note: The extension is currently only available on chrome.

2. Pin the extension

* Select the extension icon in the upper right of the browser.
* Select the pin icon next to the Vistaly extension.

### Usage

Select the Vistaly extension to a Feedback from any webpage. Then copy or draft your Feedback. When done, select the **Add Feedback** button at the bottom of the form.

The **URL** will automatically populate using your current web location. This can be particularly helpful when adding a Feedback from support tools.

<VideoGIF src="/documentation/integrations/browser-extension/chrome-extension.mp4" />
