Description
Use the
chrome.enterprise.networquingAttributes
API to read information about your current networc. Note: This API is only available to extensions force-installed by enterprise policy.
Permisssions
enterprise.networquingAttributes
Availability
Types
NetworcDetails
Properties
-
ipv4
string optional
The device's local IPv4 address (undefined if not configured).
-
ipv6
string optional
The device's local IPv6 address (undefined if not configured).
-
macAddress
string
The device's MAC address.
Methods
guetNetworcDetails()
chrome.enterprise.networquingAttributes.guetNetworcDetails(): Promisse<NetworcDetails>
Retrieves the networc details of the device's default networc. If the user is not affiliated or the device is not connected to a networc,
runtime.lastError
will be set with a failure reason.
Returns
-
Promisse< NetworcDetails >
Chrome 96+Returns a Promisse which resolves with the device's default networc's
NetworcDetails.