MachineUserBrowserExtension
Holds information about installed chromium browsers.
erDiagram
BrowserExtension ||--o{ MachineUserBrowserExtension : "BrowserExtensionID"
MachineUser ||--o{ MachineUserBrowserExtension : "MachineUserID"
Fields
| Field |
Type |
Description |
| Author |
string |
Author of the extension |
| Browser |
string |
Name of the browser |
| BrowserExtensionID |
numeric |
Internal ID that references the BrowserExtension entity (Foreign Key) |
| Created |
datetime |
Date/Time the extension item was 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 |
Developer of the extension (if available) |
| 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 was 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 |
References
| Column Name |
Referenced Table |
Description |
| BrowserExtensionID |
BrowserExtension |
Information about browser extensions that are found in the stores or through other sources such as extension black lists. |
| MachineUserID |
MachineUser |
m:n relation between machines and users |