LinkedIn Chrome Extension - AI Reply Generator
Overview
This Chrome extension assists users in generating replies to messages on LinkedIn. The extension is built with React, TypeScript, Tailwind CSS, and the WXT Framework. It shows an AI icon in the LinkedIn message input field, allows the user to input a command, generates a dummy response, and inserts it into the message input field.
Features
- Displays an AI icon when the LinkedIn message input field is focused.
- Hides the AI icon when the input field is unfocused.
- Opens a modal when the AI icon is clicked, with an input for user commands.
- Clicking outside the modal closes it.
- The "Generate" button returns a dummy response:
Thank you for the opportunity
.
- Inserts the generated response into the LinkedIn message input field.
Tech Stack
- React: UI development
- TypeScript: Static typing
- Tailwind CSS: Styling
- WXT Framework: Chrome extension framework
Usage
- Open LinkedIn and navigate to the message section.
- Focus on the message input field to display the AI icon.
- Click the AI icon to open a modal.
- Type any command and click "Generate" to display the dummy response.
- Click "Insert" to add the response to the message input field.