Hello everyone, I am new here and I have a question related to extensions;
I am running this query to get the extensions but I am getting state as empty irrespective of extension is enabled/disabled. Does anyone also faced the same issue?
Copy code
SELECT name, state, version FROM users CROSS JOIN chrome_extensions USING (uid) where name = 'my extension name';