LinkedIn Comment Automation-Chrome Extension
Built a Personalized Tone LinkedIn Comment Automation-Chrome Extension đ¤â¨
Ever wished you could comment on LinkedIn in your personal tone? đŻ Well, I just built a solution that does exactly that! Here's how it all started:
A brilliant post by Kristine Cristell in a Skool community caught my eye:
"Can you build an Evy ai alternative? I like the idea of Evy ai, but it doesnât work! Could you create a LinkedIn commenting AI that works inside LinkedIn, trained on your own tone of voice?"_
The idea clicked đĄ, and I shared a simple way to train OpenAI on your tone and build an automation. Kristine loved it and asked:
> "But can you make it into a Chrome extension where Open AI agents can read and comment, like Evy ai?"
She wasnât the only one asking for itâso I took action! Here's what I built:
How It Works:
1ď¸âŁ Copy the LinkedIn post link.
2ď¸âŁ Paste it into my extension.
3ď¸âŁ Press a button
4ď¸âŁ In seconds, a personalized comment appearsâjust copy and comment on postđ
Demo:https://lnkd.in/eXMayj9e
The Building Process:
1. Webhook Magic: Used Make to set up a webhook.
2. I had never built a Chrome extension before, so I turned to Open AI for help. I asked if it knew about Evy ai, and it not only confirmed but also explained what it does. From there, I prompted Open AI to help me build an extension. It provided step-by-step instructions, including how to integrate the Make webhook address. When the extensionâs button is pressed, it sends data to the webhook.
Open AI generated a folder with all the necessary files. It even outlined the steps to load the folder as a Chrome extension.
It might sound complex, but trust meâitâs super simple :)
3. Data Scraping: Leveraged Apify to scrape LinkedIn post data.
4. Tone Training: Trained Open AI on your tone to craft comments.
5. Response Handling: Sent comments back to the extension via webhook.
Access Chrome Extension Files & Automation Blueprint