Relative Content

Tag Archive for javascriptreactjsgoogle-chrome-extensiongoogle-chrome-devtools

Chrome Extension connected to Web Application

I’m trying to build a chrome extension that is authenticated through my website. When a user logs into the website the website should send the jwt to the chrome extension. The chrome extension needs the jwt to then call the backend to update data. I was thinking about using window.postMessage() and storing my jwt there and then in the chrome extension using that. Also, I’m trying to stay away from Oauth. Will this work?

How to simulate toggle device toolbar onClick

I am trying to mimic the “Toggle Device Toolbar” click into a chrome extension.
I would like to have this extension to click and toggle device mode, since my company doesn’t allow us to use the devtools neither 3rd party extensions.