Hi,
I'm trying to convert a chrome extension to a safari extension and I have some unsupported permissions that don't work in safari. They are
chrome.enterprise.networkingAttributes
and
chrome.enterprise.deviceAttributes
Is there a way to get the ip address of the device in a Safari extension. The page we use this in is written in typescript.
Thank you
Post
Replies
Boosts
Views
Activity
Hi,
I run the converter my chrome exrension to a safari extension. I'm trying to pass the device data like the MacAddress of the device and IP address of my device to background.js in my chrome extension. How do I do that?
I've tried several ways but I can't get it to work. Please help me,