Transform your LinkedIn engagement with AI-powered comment suggestions
Prompt Pilot is a Chrome extension that enhances LinkedIn user engagement by providing intelligent, contextually relevant comment suggestions. With a single click, generate meaningful comments that boost your professional networking and save time.
- Smart AI Button: Discrete AI button appears on every LinkedIn post
- Intelligent Content Analysis: Extracts and analyzes post content for context
- AI-Powered Comments: Generates relevant, engaging comments using advanced AI
- One-Click Integration: Automatically inserts comments into LinkedIn's comment box
- Clipboard Ready: Comments are automatically copied to your clipboard
- Visual Feedback: Loading states and success indicators keep you informed
- Non-Intrusive Design: Seamlessly blends with LinkedIn's native interface
- Responsive Layout: Works across all screen sizes and devices
- Accessibility First: Full keyboard navigation and screen reader support
- Performance Optimized: Minimal impact on LinkedIn's loading speed
- Error Handling: Robust retry mechanisms and user feedback
- Customizable Settings: Configure API endpoints and behavior preferences
- Privacy Focused: Clear indication of AI usage and data handling
Extension will be available on the Chrome Web Store once published
-
Download the Extension
git clone https://github.com/yourusername/promptpilot.git cd promptpilot -
Open Chrome Extensions Page
- Open Google Chrome
- Navigate to
chrome://extensions/ - Or go to Chrome Menu β More Tools β Extensions
-
Enable Developer Mode
- Toggle the "Developer mode" switch in the top-right corner
-
Load the Extension
- Click "Load unpacked" button
- Select the
promptpilotfolder (the root directory containingmanifest.json) - The extension should now appear in your extensions list
-
Verify Installation
- Look for the Prompt Pilot icon in your Chrome toolbar
- Visit LinkedIn.com to see AI buttons on posts
-
API Setup
- Click the Prompt Pilot extension icon
- Configure your API endpoint (default is provided)
- Adjust settings as needed
-
Permissions The extension requires these permissions:
activeTab: To interact with LinkedIn pagesstorage: To save your preferencesclipboardWrite: To copy comments to clipboard
- Browse LinkedIn: Navigate to your LinkedIn feed as usual
- Find AI Buttons: Look for the discrete AI button next to each post
- Generate Comment: Click the AI button to analyze the post
- Review & Edit: The generated comment appears in the comment box
- Submit: Edit if needed, then submit your comment
LinkedIn Feed β AI Button β Post Analysis β Comment Generation β Auto-Insert β Edit (Optional) β Submit
- Google Chrome (version 88+)
- Basic knowledge of JavaScript, HTML, CSS
- Text editor or IDE
promptpilot/
βββ manifest.json # Extension configuration
βββ background.js # Background script for API calls
βββ content.js # Content script for DOM manipulation
βββ popup/
β βββ popup.html # Extension popup interface
β βββ popup.js # Popup functionality
β βββ popup.css # Popup styling
βββ icons/ # Extension icons
βββ styles/ # CSS files
βββ README.md # This file
-
Clone Repository
git clone https://github.com/yourusername/promptpilot.git cd promptpilot -
Install Dependencies (if any)
npm install
-
Load in Chrome
- Follow the installation instructions above
- Make changes to the code
- Click the refresh button on the extension in
chrome://extensions/
-
Testing
- Visit LinkedIn.com
- Test AI button functionality
- Check console for any errors
Prompt Pilot integrates with an external AI service:
Endpoint: https://aemal.app.n8n.cloud/webhook-test/99dd3a64-0ff8-45c2-a807-ff4845274bdd
Request Format:
{
"post": "LinkedIn post content here..."
}Response Format:
{
"output": "Generated comment suggestion"
}- Professional Networkers: Busy professionals who want meaningful engagement
- Content Creators: Users who need to maintain high engagement levels
- Sales Professionals: LinkedIn users focused on lead generation
- Job Seekers: Individuals looking to increase their visibility
- Data Handling: Post content is only sent to the AI service when you click the AI button
- No Storage: Personal data is not stored permanently
- Transparency: Clear indicators show when AI is being used
- User Control: You can edit or reject any AI-generated content
AI Button Not Appearing
- Refresh the LinkedIn page
- Check if the extension is enabled in
chrome://extensions/ - Ensure you're on a supported LinkedIn page
API Errors
- Check your internet connection
- Verify the API endpoint is accessible
- Try refreshing the page and clicking the button again
Comments Not Inserting
- Make sure you're clicking on a post with a comment box
- Try scrolling to load the comment section
- Check browser console for error messages
- Open Chrome DevTools (F12)
- Go to Console tab
- Look for Prompt Pilot related messages
- Report issues with console output
We welcome contributions! Please see our contributing guidelines:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Follow Chrome Extension best practices
- Use Manifest V3 standards
- Ensure accessibility compliance
- Test across different LinkedIn layouts
- Maintain performance standards
- Basic Chrome extension setup
- AI button injection
- Post content extraction
- API integration
- Comment insertion
- Improved visual feedback
- Error handling and retry mechanisms
- Settings popup interface
- Clipboard integration
- Custom API endpoint configuration
- Multiple comment generation options
- Performance optimizations
- Usage analytics
- Comment templates
- Bulk operations
- Team collaboration
- Advanced analytics
This project is licensed under the MIT License - see the LICENSE file for details.
- Built with modern Chrome Extension APIs
- Powered by advanced AI technology
- Inspired by the need for better LinkedIn engagement
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Email: support@promptpilot.dev
Made with β€οΈ for the LinkedIn community
Prompt Pilot - Making professional networking effortless, one comment at a time.