diff --git a/docs/chrome-extension/using-the-chrome-extension.md b/docs/chrome-extension/using-the-chrome-extension.md index 71a33bd9..a29cf504 100644 --- a/docs/chrome-extension/using-the-chrome-extension.md +++ b/docs/chrome-extension/using-the-chrome-extension.md @@ -8,9 +8,16 @@ keywords: ## Using the OpenSauced Chrome Extension -The OpenSauced GitHub Profile Connector is a must-have extension for anyone who is passionate about open-source software and wants to contribute to the community. Whether you're an experienced maintainer or just getting started, this extension makes it easy to discover, contribute to, and track open-source projects on GitHub and connect with other developers who share your interests and skills. +OpenSauced.ai is a must-have extension for anyone who is passionate about open-source software and wants to contribute to the community. Whether you're an experienced maintainer or just getting started, this extension makes it easy to discover, contribute to, and track open-source projects on GitHub and connect with other developers who share your interests and skills. + Here are some of the features that make the OpenSauced GitHub Profile Connector so useful: +### Leverage AI generate pull request descriptions and code suggestions. +![GitHub Profile Insights](../../static/gif/pr-description.gif) + +## Leverage AI generate for suggested code during pull request reviews. +![GitHub Profile Insights](../../static/gif/code-suggestions.gif) + ### View valuable insights about your GitHub profile diff --git a/static/gif/code-suggestions.gif b/static/gif/code-suggestions.gif new file mode 100644 index 00000000..a065055c Binary files /dev/null and b/static/gif/code-suggestions.gif differ diff --git a/static/gif/pr-description.gif b/static/gif/pr-description.gif new file mode 100644 index 00000000..d5b54988 Binary files /dev/null and b/static/gif/pr-description.gif differ