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