Fleet’s built-in queries for collecting and storing important device information.
Apple
Linux
Windows
ChromeOS
Software
Gathers information about software installed on a ChromeOS device.
SELECT
name AS name,
version AS version,
identifier AS extension_id,
browser_type AS browser,
'chrome_extensions' AS source,
'' AS vendor,
'' AS installed_path
FROM chrome_extensions
Vitals