Under Review

opera_extensions

List opera extension info

SCHEMA

author string Optional extension author
description string Plugin description text
identifier string Plugin identifier
name string Name of the registry value entry
path string Full path to the value
uid long The local user that owns the plugin
update_url string Extension-supplied update URI
version string Plugin short version

-- opera_extensions INFO
SELECT 
   -- Device ID DETAILS
   meta_hostname, meta_ip_address, 

   -- Query Details
   query_name, author, description, identifier, name, path,
   uid, update_url, version,

   -- Decoration 
   meta_boot_time, meta_eid, meta_endpoint_type, 
   meta_ip_mask, meta_mac_address, meta_os_name, meta_os_platform, meta_os_type,
   meta_os_version, meta_public_ip, meta_query_pack_version, meta_username,

   --- Generic
   calendar_time, counter, epoch, host_identifier, numerics
   osquery_action, unix_time,

   -- Data Lake
   customer_id, endpoint_id, upload_size

FROM xdr_data
WHERE query_name = 'opera_extensions'

Someone with Opera extension can test this please so I can mark it as working or fix it Slight smile