AI-powered Chrome extension that generates professional, contextual comments for LinkedIn posts and replies.
- 🤖 AI-Generated Comments: Click a button to generate thoughtful comments on any LinkedIn post
- 💬 Smart Replies: Generate contextual replies to comments with full thread awareness
- 🖼️ Image Analysis: Analyze images in posts (Gemini only)
- 🔄 Regeneration: Refine comments with custom feedback
- 📊 History Tracking: Track your engagement and prevent duplicate comments
- 🔌 Multi-Provider: Support for OpenRouter (GPT-4, Claude, etc.) and Google Gemini
Get started in 5 minutes! See QUICK_START.md
npm install- Create icons in
assets/icons/(seeassets/icons/README.md) npm run build- Load
dist/folder in Chrome (chrome://extensions/) - Get API key from OpenRouter or Gemini
- Configure in extension settings
- Visit LinkedIn and start commenting!
- QUICK_START.md - 5-minute setup guide ⚡
- SETUP_CHECKLIST.md - Step-by-step checklist ✅
- BUILD_INSTRUCTIONS.md - Detailed build & troubleshooting 🔧
- FILE_STRUCTURE.md - Complete file structure 📂
- IMPLEMENTATION_SUMMARY.md - Feature overview 📝
- implementation-plan.md - Technical plan 🏗️
# Install dependencies
npm install
# Development mode (watch)
npm run dev
# Production build
npm run build
# Clean build artifacts
npm run clean- TypeScript
- Chrome Extension Manifest V3
- Webpack
- OpenRouter API / Google Gemini API
- Chrome Storage API
- Node.js 16+
- Chrome Browser
- API key from OpenRouter or Google Gemini
- All data stored locally in Chrome storage
- No data sent to third parties except LLM providers
- API keys stored securely
- No tracking or analytics
MIT
Made with ❤️ for LinkedIn power users