1

I'm developing a Chrome extension and is there a way to read the SSID name or Network name of the current connection from the code?

warunanc
  • 2,221
  • 1
  • 23
  • 40

1 Answers1

1

There are no Chrome Extension APIs that would provide this information.

As suggested in comments, your only option is to have a Native Host module that would do it for you.

Xan
  • 74,770
  • 16
  • 179
  • 206