DEV Community

Cover image for Chrome Extension Developers: Monitor Comments
drmikecrowe
drmikecrowe

Posted on

1

Chrome Extension Developers: Monitor Comments

If you are a Chrome Extension developer, you've probably felt the frustration of checking your extension every so often in the developer dashboard and find that someone has asked a question or left feedback you needed to address. To that end, I wrote the Chrome Extension Monitor. I wrote this extension to monitor my Media Bias/Fact Check extension.

Unfortunately, there is no way to gather the details from the web store from this extension itself (cors issues with Google API calls). Instead, I had to create a proxy service in Firebase that proxies each request through a serverless function to gather the data.

Check it out and let me know what you think? I'm looking for feedback for improvement.

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay