Uno script autonomo può essere implementato anche come app web o configurato per essere eseguito automaticamente da un attivatore installabile.
Gli script autonomi di Apps Script sono adatti per lo sviluppo di componenti aggiuntivi leggeri per te, il tuo team o la tua organizzazione. Per progetti più grandi, valuta la possibilità di creare un componente aggiuntivo di Google Workspace in un ambiente con un runtime diverso.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-04-23 UTC."],[[["Standalone Google Apps Scripts are independent scripts not tied to any specific Google file like Sheets, Docs, or Slides, and they reside in your Google Drive."],["You can effortlessly create a standalone script by visiting script.google.com or through Google Drive by navigating to New \u003e More \u003e Google Apps Script."],["Standalone scripts are often utilized as utilities to automate tasks, such as searching and deleting files, or deployed as web apps or triggered automatically."],["They can be run directly from the script editor by selecting the desired function and clicking Run."],["Additionally, add-ons for Google Workspace can now be published using standalone scripts."]]],[]]