This browser extension enhances your LinkedIn messaging experience by providing AI-powered message suggestions.
Extension made using WXT
framework
LinkedInAIReply.mp4
Before you begin, ensure you have met the following requirements:
Follow these steps to set up the extension for local development:
-
Clone the repository:
git clone https://github.com/Ronit-gurjar/linkedin-ai-reply-browser-ext.git cd linkedin-assistant-extension
-
Install the dependencies:
npm install
-
Build the extension:
npm run build
For development with hot-reloading, use:
npm run dev
-
Open Google Chrome and navigate to
chrome://extensions
. -
Enable "Developer mode" by toggling the switch in the top right corner.
-
Click on "Load unpacked" and select the
chrome-mv3
folder inside.output
in your project directory. -
The LinkedIn AI Reply extension should now appear in your list of extensions.
-
Navigate to LinkedIn and open a messaging conversation.
-
Look for the extension icon (a blue magic wand) in the message input field.
-
Click the icon to open the AI assistant modal.
If the icon doesn't work, open inspect (f12) and than click on the icon. see
issue #1
-
Enter your prompt and click "Generate" to receive AI-generated message suggestions.
-
Click "Insert" to add the generated text to your LinkedIn message.
- The main content script is located in
src/content.ts
. - The React components are in the
src/components
directory. - The background script is in
src/background.ts
.
To make changes, edit the relevant files and rebuild the extension using npm run build
or npm run dev
for hot-reloading.
Contributions to the LinkedIn Assistant Extension are welcome. Please feel free to submit a Pull Request.