You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your button needs to be able to inject a local script in the base directory, say content_script.js, into the webpage that is currently focused in the browser when the button is pressed.
This documentation should help you. I want this to be a button instead of it being selected by URL in the manifest.json because I don't think we want a schedule auto generating automatically when you load my mav (or for the script to break). The implementation will change long term, but for now this is the plan.
If react can't work you can try to use pure HTML and javascript, although getting that to work with react my be frustrating) https://github.com/MaximeKjaer/programmatic-injection-template
Here is an example of a working implementation outside of react. Much luck!
No description provided.
The text was updated successfully, but these errors were encountered: