Popup -> Content Script messaging

After clicking button in the popup I'd like to trigger some function defined in the Content Script. How should I approach it? I was reading the https://docs.plasmo.com/framework/messaging docs page but I don't saw this particular scenario. Should I use native Chrome API in that case? https://developer.chrome.com/docs/extensions/mv3/messaging/
Plasmo Docs
The Plasmo messaging API is a powerful tool for sending real-time messages between different parts of your extension.
Messaging API – Plasmo
Chrome Developers
How to pass messages between extensions and content scripts.
Chrome Extensions Message passing - Chrome Developers
Was this page helpful?