The idea is:
The idea is to have a Chrome Extension created that will send a POST request (that’s the first approach I could think of) to a N8N Trigger node and await for an answer. This extension could send some context (like the current URL or additional settings and fields added in the chrome extension) to N8N which will then process the request, and pottentially, respond.
My use case:
If the extension can send the context of the current URL, there’s many use cases:
- Save the current URL to Google Sheet
- Share the current page in your social media or schedule it
- Use the URL of the current Asana / Clickup task and send it over via email
All this with just one click on the browser. Easy and convenient.
I think it would be beneficial to add this because:
N8N is a super powerful tool, but many of the triggers are kinda technical or bound to the usage of a specific app. This trigger would make it useful for teams who want to automate stuff for non-technical users beyond specific apps; by just clicking on the extension they would be able to trigger very complex worflows and get a basic response (success or failure). Also, it would be super easy to deploy and mantain.
Any resources to support this?
Zapier has a Chrome extension, that’s the inspiration for this request: Zapier - Chrome Web Store
Zapier Chrome extension Integrations | Connect Your Apps with Zapier
Are you willing to work on this?
Sure! I’ve never developed Chrome Extensions before, but let me know how can I help.