Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Auf der Seite Extension Framework im Bereich Platform des Menüs Admin können Sie die Optionen des Looker-Erweiterungs-Frameworks aktivieren oder deaktivieren.
Framework für Erweiterungen
Wenn die Option Extension Framework aktiviert ist, können Entwickler von Looker gehostete Anwendungen erstellen und ausführen sowie Erweiterungen aus dem Looker Marketplace wie dem API Explorer und dem Data Dictionary installieren und ausführen. Dieses Feature ist standardmäßig aktiviert.
Wenn diese Funktion deaktiviert ist, werden installierte Erweiterungen ausgeblendet und sind für Nutzer nicht verfügbar.
Preise, Nutzungsbedingungen und andere Details zu Marketplace-Inhalten und -Erweiterungen wie dem API Explorer und Data Dictionary finden Sie auf der entsprechenden Store-Seite. Bevor Nutzer Marketplace-Erweiterungen installieren und verwenden können, muss ein Looker-Administrator die Funktion Marketplace aktivieren.
Optimiertes Laden von Erweiterungen
Um potenzielle Verstöße gegen die Content Security Policy (CSP) zu beheben, gibt es einen neuen, verbesserten Lademechanismus für das Looker-Erweiterungsframework, das die folgenden Änderungen umfasst:
Um Verstöße gegen die Content Security Policy (CSP) zu beheben, wird HTML generiert, um eine Erweiterung auf dem Server statt im Browser zu laden.
Das Tag base wird entfernt. Dies könnte sich auf die Aufteilung benutzerdefinierter Codes auswirken.
Das neue Ladeprogramm verwendet eine <!DOCTYPE html>-Präambel. Dies kann sich auf Komponenten auswirken, in denen height: 100%; verwendet wird. Sie können dieses Problem beheben, indem Sie height: 100vh verwenden.
Zur Verwendung des erweiterten Lademechanismus kann ein Looker-Administrator das erweiterte Laden von Erweiterungen aktivieren.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-25 (UTC)."],[],[],null,["# Admin settings - Extension Framework\n\nThe **Extension Framework** page in the **Platform** section of the **Admin** menu lets you enable or disable Looker extension framework options.\n| **Note:** If you have a permission that provides access to only select pages in the Admin panel, such as [`manage_schedules`](/looker/docs/admin-panel-users-roles#manage_schedules), [`manage_themes`](/looker/docs/admin-panel-users-roles#manage_themes), or [`see_admin`](/looker/docs/admin-panel-users-roles#see_admin), but you don't have the [Admin role](/looker/docs/admin-panel-users-roles#default_roles), the page or pages that are described here may not be visible to you in the Admin panel.\n\nExtension Framework\n-------------------\n\nWhen enabled, the **Extension Framework** option lets developers build and run Looker-hosted applications as well as install and run extensions from the [Looker Marketplace](/looker/docs/marketplace), such as the [API Explorer](/looker/docs/api-explorer) and the [Data Dictionary](/looker/docs/using-looker-data-dictionary). This feature is enabled by default.\n\nWhen this feature is disabled, any extensions that have been installed are hidden and unavailable to users.\n\nPricing, terms, and other details for Marketplace content and extensions such as the API Explorer and Data Dictionary are listed within the relevant store page. Before users can install and use Marketplace extensions, a Looker admin must enable the [Marketplace](/looker/docs/admin-panel-platform-marketplace) feature.\n\nEnhanced Extension Loading\n--------------------------\n\nTo address potential [Content Security Policy (CSP)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) violations, there is a new, enhanced loading mechanism for the Looker extension framework, which includes the following changes:\n\n- To fix Content Security Policy (CSP) violations, HTML is generated to load an extension on the server rather than in the browser.\n- The `base` tag is removed, which potentially could impact custom code splitting.\n- The new loader uses a `\u003c!DOCTYPE html\u003e` preamble. This may impact components that use `height: 100%;`. You can mitigate this by using `height: 100vh`.\n\nTo use the enhanced loading mechanism, a Looker admin can enable **Enhanced Extension Loading**.\n| **Warning:** The enhanced loader may cause errors with existing extensions. Disable this option to use the legacy extension framework loader."]]