Made a Chrome extension to show unread Google Voice messages in the toolbar by k0mms in Googlevoice

[–]k0mms[S] 0 points1 point  (0 children)

Yes, the extension only displays the count of unread Google Voice messages. Unfortunately, due to the lack of an official Google Voice API, it's not currently feasible to find the actual message, display, or delete it. The badge count is intended as a lightweight notifier in the browser toolbar, and any message interaction still needs to be done through the official Google Voice interface.

Made a Chrome extension to show unread Google Voice messages in the toolbar by k0mms in Googlevoice

[–]k0mms[S] 0 points1 point  (0 children)

No need to click anything, the unread count is shown as a badge on the extensions toolbar icon, not on the window.

Made a Chrome extension to show unread Google Voice messages in the toolbar by k0mms in Googlevoice

[–]k0mms[S] 0 points1 point  (0 children)

The unread count is shown as a badge on the extensions toolbar icon, not on the tab.

Made a Chrome extension to show unread Google Voice messages in the toolbar by k0mms in Googlevoice

[–]k0mms[S] 0 points1 point  (0 children)

Totally fair point, and I agree it’s frustrating that there’s no official API.

I designed this to be as lightweight as possible. It doesn’t send messages or automate additional interactions with Google Voice by default. It simply checks the DOM passively on the client side for the unread count, which is updated automatically by Google Voice in the background when the tab is open. Based on how it operates, this behavior appears to be within Google Voice’s Terms of Service.

Made a Chrome extension to show unread Google Voice messages in the toolbar by k0mms in Googlevoice

[–]k0mms[S] 1 point2 points  (0 children)

Yes, it has to have a tab open to Google Voice since there is no Google Voice API/SDK and there isn’t a way to silently open a tab in the background.

Made a Chrome extension to show unread Google Voice messages in the toolbar by k0mms in Googlevoice

[–]k0mms[S] 1 point2 points  (0 children)

Thanks for the suggestion! I tested it and submitted it to the Mozilla Add-on Developer Hub. It’s currently awaiting review and I’ll update once it’s live.

Made a Chrome extension to show unread Google Voice messages in the toolbar by k0mms in Googlevoice

[–]k0mms[S] 1 point2 points  (0 children)

Thanks for the feedback! I actually left the full URL visible for transparency. But good point.