MachineUserBrowserExtension¶
Holds information about installed chromium browsers
Fields¶
| Field | Type | Description |
|---|---|---|
| Author | nvarchar | |
| Browser | nvarchar | Name of the browser |
| Created | datetime2 | Date/Time the extension item got created in the database |
| CustomField1 | nvarchar | Custom field 1, not used by OctoSAM. |
| CustomField2 | nvarchar | Custom field 2, not used by OctoSAM. |
| CustomField3 | nvarchar | Custom field 3, not used by OctoSAM. |
| CustomField4 | nvarchar | Custom field 4, not used by OctoSAM. |
| Description | nvarchar | Description for the extension |
| Developer | nvarchar | |
| DisplayName | nvarchar | Readable name of the extension |
| ExtensionCode | nvarchar | Publisher specific code of the extension |
| ID | bigint | Internal ID for the MachineUserBrowserExtension entity (Primary Key) |
| LastFoundInStore | datetime2 | Date/Time the extension was last found in the store |
| LastModified | datetime2 | Date/Time the extension item got last modified |
| MachineUserID | bigint | Internal ID that references the MachineUser entity (Foreign Key) |
| Manifest | nvarchar | The manifest.json file |
| ManifestVersion | nvarchar | Manifest version of the extension |
| MinBrowserVersion | bigint | Required browser version for the extension |
| Res1 | nvarchar | Reserved for future use |
| Res2 | nvarchar | Reserved for future use |
| StoreUrl | nvarchar | Hyperlink to the extension in the store |
| Version | nvarchar | Version of the extension |