safari_extensions¶
Safari browser extension details for all users.
Platform support¶
Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. Running a query against an unsupported platform will result in the following error: no such table: safari_extensions
Mac OSX
Table schema¶
Name |
Type |
Description |
---|---|---|
uid |
BIGINT |
The local user that owns the extension |
name |
TEXT |
Extension display name |
identifier |
TEXT |
Extension identifier |
version |
TEXT |
Extension long version |
sdk |
TEXT |
Bundle SDK used to compile extension |
update_url |
TEXT |
Extension-supplied update URI |
author |
TEXT |
Optional extension author |
developer_id |
TEXT |
Optional developer identifier |
description |
TEXT |
Optional extension description text |
path |
TEXT |
Path to extension XAR bundle |
Query examples¶
select count(*) from users JOIN safari_extensions using (uid)