How to inject CSUI on page action click? #562
Unanswered
zamoshchin
asked this question in
Q&A
Replies: 2 comments 5 replies
-
You will need to remove your popup entry, otherwise it will not work. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Is it possible to inject CSUI instead of just regular content script functions via the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Traditionally this is possible via a listener in the background script
There's no clear way to do this in Plasmo. The following does not work
background/index.ts
:background/content.tsx
:Beta Was this translation helpful? Give feedback.
All reactions