Built a Personalized Voice-Tone LinkedIn Comment Automation-Chrome Extension Using Make 🤖✨

Ever wished you could comment on LinkedIn in your personal tone? :dart: Well, I just built a solution that does exactly that! Here’s how it all started:

A brilliant post by @kristine-cristell-7395 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 :bulb:, and I shared a simple way to train Open AI 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:

⿡ Copy the LinkedIn post link.
⿢ Paste it into my extension.
⿣ Press a button
⿤ In seconds, a personalized comment appears—just copy and post! :heart_eyes:
Demo

The Building Process (Super Simple! :muscle:):

  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!

  1. Data Scraping: Leveraged Apify to scrape LinkedIn post data.

  2. Tone Training: Trained Open AI on your tone to craft comments.

  3. Response Handling: Sent comments back to the extension via webhook.

Here’s the prompt I used for Open AI to build the Chrome Extension:

( Alright, here’s the plan for developing the extension:
Include a link input box where users can paste the LinkedIn post URL.
Add buttons for different comment styles: Friendly, Funny, Disagree, Congrats, Question, Say Thank You, and Add Value, each accompanied by an emoji for a personal touch.
Functionality: When a user taps any button, the extension will send the post content and data to this webhook: (Your Make webhook address).
Webhook Response: The response should populate in the “Add a Comment” section on LinkedIn.
User Experience: Display a waiting emoji while the operation is in progress.
Icon Inclusion: Always include an icon.png file in the zip folder.
Finally, generate the complete code, organize all necessary files into a folder, and create a downloadable folder named “LinkedIn Comment CE.” )

You can access Chrome Extension files & Automation Blueprint here: Click Here

If you need any assistance, feel free to reach out .

Happy Automation :slight_smile: