mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Create get-installed-chrome-extensions (#491)
Add "Get installed chrome extensions" query to the handbook.
This commit is contained in:
parent
d827a9d6b7
commit
38e8505a88
1 changed files with 16 additions and 0 deletions
16
handbook/queries/get-installed-chrome-extensions.md
Normal file
16
handbook/queries/get-installed-chrome-extensions.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Get installed Chrome Extensions
|
||||
|
||||
List installed Chrome Extensions for all users.
|
||||
|
||||
### Support
|
||||
macOS
|
||||
|
||||
### Query
|
||||
```sql
|
||||
SELECT * FROM users CROSS JOIN chrome_extensions USING (uid);
|
||||
```
|
||||
### Purpose
|
||||
Informational
|
||||
|
||||
### Remediation
|
||||
N/A
|
||||
Loading…
Reference in a new issue