סקירה כללית על קובצי עזר
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
במסמכי העזר שמופיעים בקטע הזה מתוארים שירותים שונים של Apps Script ומשאבי פרויקט.
שירותי Apps Script
שירותי Apps Script מספקים לסקריפט דרכים לגשת לנתונים ב-Google ובמערכות חיצוניות. השירותים האלה מוטמעים בסביבת Apps Script, כך שלא צריך לייבא אותם או להטמיע אמצעי בקרה של הרשאות בעצמכם. השירותים מוגדרים כאובייקטים גלובליים עם מתודות משויכות, בדומה לאובייקטים של JavaScript כמו Math
.
שירותי Apps Script כוללים:
שירותי Google הם שירותים שמאפשרים לכם לגשת לנתונים של אפליקציות Google Workspace, כמו Drive, Gmail ו-Sheets, ולאפליקציות אחרות של Google, כמו מפות Google ו-Google Translate.
שירותים שימושיים הם שירותים שלא מקושרים למוצר ספציפי של Google. הם מאפשרים לכם לבצע פעולות כמו רישום מידע ביומן, יצירת HTML, דחיסת נתונים ועוד.
שירותים מתקדמים
חלק משירותי Google מוצעים כשירות מתקדם. שירות מתקדם הוא שירות Apps Script שמאפשר גישה לממשקי API של מוצרי Google, כולל ממשקי API של מוצרי Google Workspace, אבל לא רק.
שירות מתקדם של Google הוא בעצם מעטפת דקה סביב API, והוא לא API בעצמו. פרטים נוספים מופיעים במאמר שירותים מתקדמים של Google.
משאבים של פרויקט סקריפט
משאבי פרויקט של סקריפט מספקים מידע על פרויקט Apps Script כדי לעזור לו לפעול בהצלחה. משאבי הפרויקט כוללים מידע על הגדרת המניפסט, על טריגרים לאוטומציה ועל מכסות.
משאבים של תוספים ל-Google Workspace
צריך לעיין במשאבי התוספים רק אם אתם יוצרים תוסף ל-Google Workspace.
Apps Script API
אפשר להשתמש במקורות המידע האלה אם רוצים ליצור, לשנות או לפרוס פרויקטים של Apps Script באופן פרוגרמטי באמצעות Apps Script API.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-08-31 (שעון UTC).
[null,null,["עדכון אחרון: 2025-08-31 (שעון UTC)."],[[["\u003cp\u003eApps Script offers built-in services enabling interaction with Google and external systems, including Google Workspace apps and utilities for tasks like logging and HTML creation.\u003c/p\u003e\n"],["\u003cp\u003eAdvanced Google services provide access to Google product APIs, including those for Google Workspace products, acting as simplified wrappers for these APIs.\u003c/p\u003e\n"],["\u003cp\u003eApps Script projects utilize resources like manifest configurations, triggers, and quotas to ensure proper functionality.\u003c/p\u003e\n"],["\u003cp\u003eGoogle Workspace Add-on resources are specifically for developing add-ons, while the Apps Script API enables programmatic management of Apps Script projects.\u003c/p\u003e\n"]]],[],null,["# Reference overview\n\nThe reference documentation provided in this section describes the various\nApps Script services and project resources.\n\nApps Script services\n--------------------\n\nApps Script services provide ways for your script to access data\non\nGoogle and external systems. These services are built into the\nApps Script\nenvironment so you don't have to import them or implement authorization\ncontrols yourself. Services are expressed as global objects with associated\nmethods, similar to JavaScript objects such as `Math`.\n\nApps Script services include:\n\n- **Google services** are services that let\n you access the data of Google Workspace\n apps, such as Drive, Gmail, and Sheets, and other Google apps such as Maps and\n Translate.\n\n- **Utility services** are services that aren't connected to a\n particular Google product. They let you do\n things like log information, create HTML, compress data, and more.\n\n### Advanced services\n\nSome Google services are offered as an *advanced service* . An advanced service\nis an Apps Script service that lets you access Google product\nAPIs, including\nbut not limited to the Google Workspace product APIs.\nAn advanced Google service is basically a thin wrapper around an API, and isn't\nan API itself. For more details, see [Advanced Google\nservices](/apps-script/guides/services/advanced).\n\nScript project resources\n------------------------\n\nScript project resources provide information about your\nApps Script\nproject to help it run successfully. Project resources include information about\nmanifest configuration, automation triggers, and quotas.\n\nGoogle Workspace add-on resources\n---------------------------------\n\nYou only need to refer to add-on resources if you're building a\n[Google Workspace add-on](/workspace/add-ons/concepts/types#google-workspace-add-ons).\n\nApps Script API\n---------------\n\nUse these resources if you want to programmatically create, modify, or deploy\nApps Script projects using the [Apps Script\nAPI](/apps-script/api/concepts)."]]