I want to fill in a form in page from a popup input & button
help w/ mantine notifications
Send message from popup to cs and back
content.ts
```ts
chrome.runtime.onMessage.addListener((_, __, sendResponse) => {
sendResponse(...)...React Components render twice?
Charging money with PayPal
Having to add import react from "react" for each file
Help with inline csui
Production Source Map?
How can I not use a Shadow DOM on content?
Error Monitoring and Metric Gathering
How can I import a font (Roboto) inside content.tsx and keep my style?
window undefined on background script when trying to login via firebase
chrome.identity.getAuthToken
after I approve the consent screen, the background script throws "window is not defined" any ideas?
I followed this link - https://www.plasmo.com/blog/posts/firebase-chrome-extension...No Response from sendToBackground()
Plasmo Equivalent to chrome.runtime.onMessage.addListener
Uncaught (in promise) TypeError: Cannot read properties of null
chrome.notification, iconUrl property
`"web_accessible_resources": [ { "resources": [ "assets/icon.png"...
captureVisibleTab()
chrome.tabs.captureVisibleTab()
I get this error Error: Either the '<all_urls>' or 'activeTab'
permission is required. but I have both of those permissions in the manifest.jsonHow to send messages from content to background