![ReplyMate Extension]
An AI-powered LinkedIn assistant that helps you craft intelligent replies to LinkedIn messages and comments.
Run the automated installation script:
./install.shThis script will:
- ✅ Check prerequisites (Node.js, npm, Chrome)
- 📦 Install dependencies
- 🔨 Build the extension
- 🔍 Validate all files
- 🚀 Optionally open Chrome extensions page
If you prefer manual setup:
npm install
npm run buildThen load the extension in Chrome:
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" (toggle in top right)
- Click "Load unpacked" and select the
dist/directory - Pin the ReplyMate extension to your toolbar
- Visit LinkedIn.com
- Click the ReplyMate icon in your toolbar
- Use the AI-powered suggestions for replies
- Monitor extension status via the popup interface
npm run test # Run tests
npm run test:watch # Continuous testing
npm run test:coverage # Coverage report