mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
38e8505a88
Add "Get installed chrome extensions" query to the handbook.
233 B
233 B
Get installed Chrome Extensions
List installed Chrome Extensions for all users.
Support
macOS
Query
SELECT * FROM users CROSS JOIN chrome_extensions USING (uid);
Purpose
Informational
Remediation
N/A