Impostazioni amministratore - Framework di estensioni
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
La pagina Framework estensione nella sezione Piattaforma del menu Amministrazione ti consente di attivare o disattivare le opzioni del framework di estensione di Looker.
Framework estensione
Se abilitata, l'opzione Framework estensione consente agli sviluppatori di creare ed eseguire applicazioni ospitate da Looker, nonchรฉ di installare ed eseguire estensioni da Looker Marketplace, come Explorer API e Dizionario dei dati. Questa funzione รจ attivata per impostazione predefinita.
Quando questa funzionalitร รจ disattivata, tutte le estensioni installate vengono nascoste e non disponibili per gli utenti.
Prezzi, termini e altri dettagli per i contenuti e le estensioni del Marketplace, come Explorer API e il dizionario dei dati, sono elencati nella relativa pagina dello store. Prima che gli utenti possano installare e utilizzare le estensioni del Marketplace, un amministratore di Looker deve abilitare la funzionalitร Marketplace.
Caricamento delle estensioni migliorato
Per risolvere le potenziali violazioni dei Criteri di sicurezza del contenuto (CSP), รจ disponibile un nuovo meccanismo di caricamento migliorato per il framework di estensione di Looker, che include le seguenti modifiche:
Per correggere le violazioni dei criteri di sicurezza del contenuto (CSP), viene generato l'HTML per caricare un'estensione sul server anzichรฉ nel browser.
Il tag base รจ stato rimosso e questo potrebbe influire sulla suddivisione del codice personalizzata.
Il nuovo caricatore utilizza un preambolo <!DOCTYPE html>. Ciรฒ potrebbe influire sui componenti che utilizzano height: 100%;. Puoi mitigare questo problema utilizzando height: 100vh.
Per utilizzare il meccanismo di caricamento avanzato, un amministratore di Looker puรฒ attivare il caricamento avanzato delle estensioni.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema รจ stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-09-03 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."]]