Skip to content

BrowserExtensionStore

Extension store lookup table for browser extensions, e.g., Chrome Web Store, Microsoft Edge Addons, etc.

erDiagram
    BrowserExtensionStore ||--o{ BrowserExtension : "BrowserExtensionStoreID"

Fields

Field Type Description
BaseUrl string Base URL of the browser extension store
Created datetime Date/Time this item was created
DisplayName string Display name of the browser extension store
ID numeric Internal ID for the BrowserExtensionStore entity (Primary Key)
OctopusID string OctoSAM internal name for programmatic access to the browser extension store (e.g., in queries)

Referenced by

Table Column Name Description
BrowserExtension BrowserExtensionStoreID Information about browser extensions that are found in the stores or through other sources such as extension black lists.