mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
parent
53e25cf59d
commit
e2e812d9c2
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ spec:
|
|||
name: Get installed Chrome Extensions
|
||||
platforms: macOS, Linux, Windows, FreeBSD
|
||||
description: List installed Chrome Extensions for all users.
|
||||
query: SELECT uid, datetime, responsible, exception_type, identifier, version, crash_path FROM users CROSS JOIN crashes USING (uid);
|
||||
query: SELECT * FROM users CROSS JOIN chrome_extensions USING (uid);
|
||||
purpose: Informational
|
||||
contributors: zwass
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in a new issue