Skip to content

Files

Latest commit

 

History

History

savvy-extension

Savvy

Track and Share links that help you resolve issues faster.

Use Cases:

  • Share your entire debug path or highlight links crucial to solving a bug.
  • Attach a log of your actions to any issue or postmortem in seconds.

Installation

Add Savvy to your browser from the Chrome Web Store

How It Works

  1. Click on the extension icon -> Savvy surfaces relevant links from your browser history.

Choose a time range

  1. Select the links that you want to share.

Select Links

  1. Copy selected links to your clipboard or send them to Savvy's CLI.

Copy or Send to CLI

Integration with Savvy's CLI

Savvy's chrome extension works seamlessly with Savvy's CLI.

You can send selected links to Savvy's CLI and attach them to commands captured by Savvy's CLI.

After running savvy record history or savvy record follow the prompts and when it's time to attach links, savvy will open the extension for you.

Attach Links

Install from Source

Build the extension from source and load it into your browser as an unpacked extension.

You can follow the steps here: How To Install Savvy's Extension From Source

Privacy

Savvy's chrome extension does not store any of your browsing history. It only reads your browsing history to surface relevant links.

Selected links are copied to your clipboard or sent to Savvy's CLI.

You can choose to store workflows generated from Savvy's CLI on Savvy or export data locally on your machine.

Acknolwedgement

This extension is based on the boilerplate provided by Jonghakseo