BrowserExtension¶
Information about browser extensions that are found in the stores or through other sources such as extension black lists.
Fields¶
| Field | Type | Description |
|---|---|---|
| Author | string | Author of the browser extension |
| BrowserExtensionBrowserID | numeric | Internal ID that references the BrowserExtensionBrowser entity (Foreign Key) |
| BrowserExtensionStoreID | numeric | Internal ID that references the BrowserExtensionStore entity (Foreign Key) |
| Created | datetime | Date/Time this entity got created |
| CustomField1 | string | Available for custom data for this machine, not used by OctoSAM Inventory |
| CustomField2 | string | Available for custom data for this machine, not used by OctoSAM Inventory |
| CustomField3 | string | Available for custom data for this machine, not used by OctoSAM Inventory |
| CustomField4 | string | Available for custom data for this machine, not used by OctoSAM Inventory |
| Developer | string | Developer of the browser extension |
| ExtensionCode | string | A unique identifier assigned by the browser extension store or the developer to identify the extension |
| ExtraData | string | Extra data for this browser extension (JSON formatted) |
| ID | numeric | Internal ID for the BrowserExtension entity (Primary Key) |
| LastFoundInStore | datetime | Date/Time this extension was last found in the store. This is updated every time we find this extension in the store, even if we already have it in the inventory. This allows to track if an extension is removed from the store after being found once. |
| LastModified | datetime | Date/Time this entity was last modified |
| Notes | string | Notes about the browser extension |
| Ratings | numeric | Number of ratings the extension has in the store |
| Res1 | string | Reserved for future use |
| Res2 | string | Reserved for future use |
| SentryBlock | boolean | Indicates if the extension is blocked by Sentry |
| SentryInsertDate | datetime | Date/Time the Sentry block was inserted |
| SentryReason | string | Reason for the Sentry block |
| SentrySource | string | Source of the Sentry block |
| Stars | float | Number of stars the extension has in the store. A floating point number is used since some stores (e.g. Chrome Web Store) use floating point numbers for ratings (e.g. 4.5 stars) |
| StoreAlert | string | Alert message from the extension store about this extension |
| StoreUrl | string | Url of the extension in the store |
| StoreWarning | string | Warning message from the extension store about this extension |
| Title | string | Title of the browser extension |