Build an AI Chrome Assistant Using Make.com and Perplexity
- Riolyn Murray
- Apr 28
- 3 min read

Introduction
Due to technological advancements today, automation has become a topic of relevance, this is majorly because of it's capability to produce effective content. No matter the profession you belong to, automation allows you to create custom automation system, with the use of specific tools, to streamline your workflow. The subsequent write-up will guide you on creating an AI-powered Chrome extension using Make.com, without the need for coding.

The Power of No-Code Automation with Make.com
Automation in recent times has advanced dramatically, this is mainly due to platforms like Make.com that allows access to advanced workflow patterns. This lies in opposition to traditional workflows that require extensive coding knowledge.
Automation platforms allow the integration of artificial intelligence into automation workflows.
When you combine the powerful automation capabilities of a platform like Make.com alongwith AI services that Perplexity AI has to offer, there is a high chance that you can enhance your workflow because of what artificial intelligence has to offer.

Step-by-Step Guide to Building Your AI Chrome Extension
Setting Up Your Development Environment
Before diving into the creation process, you'll need to prepare your environment:
Create a free account on Make.com, get started with 10,000 free operations using our special link: https://www.make.com/en/register?pc=growwstacks
Sign up for a Perplexity AI account
Enable Developer Mode in Chrome Extensions
Creating the Chrome Extension Structure
The extension requires three essential files:
manifest.json - The extension's configuration file
popup.html - The user interface
popup.js - The functionality handler

Here's a detailed breakdown of each component:
Manifest.json Configuration:
```json
{
"manifest_version": 2,
"name": "AI Assistant",
"version": "1.0",
"description": "AI-powered Chrome extension",
"permissions": ["clipboardRead"],
"browser_action": {
"default_popup": "popup.html"
}
}
```
Setting Up the Make.com Workflow
The heart of our AI assistant lies in the Make.com workflow. Here's how to set it up:
Create a new scenario in Make.com
Add a Webhook trigger module
Connect Perplexity AI for text processing
Configure the response webhook

Integrating AI with Perplexity
When you integrate Perplexity AI into your workflow, the AI service has the capability to offer the following functions to structure your workflow:
Analyze and improve content
Generate contextual responses
Provide internet-informed suggestions
Maintain natural language flow
For optimal results, configure your Perplexity AI settings with:
Temperature: 0.3 (for consistent outputs)
Max tokens: Unlimited (for comprehensive responses)
Response format: Direct script output
Customization and Use Cases
Although the content of this write-up primarily focuses on improving YouTube scripts, the points mentioned below provide a consolidated framework that can be used in other cases too:
Content Verification Assistant
Research Helper
Code Review Tool
Writing Enhancement Plugin
Data Analysis Assistant

Best Practices and Tips
To ensure your AI Chrome extension functions optimally:
Always test your webhook connections before proceeding
Keep your Make.com scenario simple and focused
Implement proper error handling
Monitor your API usage
Regular testing and updates
Have specific automation requirements? Contact our experts at admin@growwstacks.com
Taking Your Automation to the Next Level
The potential of integrating Make.com with AI is nearly boundless. Explore these advanced features:
Multiple AI model integration
Custom UI elements
Advanced error handling
Usage analytics
Performance optimization
Ready to build your own automation workflow? Visit us at https://www.growwstacks.com/
Conclusion and Next Steps
When you take the initiative to create a personalized AI-powered Chrome extension with Make.com, you will notice that there will be a drastic change in your workflow. If your looking to streamline your content, enhance the productive aspect of your workflow or generate the best results for your business growth. Automation works best for these kind of tasks, due to it's flexibility and no code-solution.
Automation is the best way tp generate optimal results, while saving time. Through automation, you will be able to bring immense value to your work. Begin automating your workflow today by booking a free consultation call at https://www.growwstacks.com/get-free-automation-consultation, to get an insight into how you can transform your workflow.
Commentaires