Create get-installed-chrome-extensions (#491)

Add "Get installed chrome extensions" query to the handbook.
This commit is contained in:
Mike Thomas 2021-03-19 22:15:43 +09:00 committed by GitHub
parent d827a9d6b7
commit 38e8505a88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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