Editor के ऐड-ऑन के लिए मेनिफ़ेस्ट
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
ऐड-ऑन, ऐप्लिकेशन और उसके ऑपरेशन के बारे में कुछ जानकारी कॉन्फ़िगर करने के लिए, मेनिफ़ेस्ट फ़ाइल का इस्तेमाल करता है.
इस दस्तावेज़ में, एडिटर ऐड-ऑन के लिए मेनिफ़ेस्ट कॉन्फ़िगर करने के बारे में जानकारी दी गई है.
एडिटर ऐड-ऑन के लिए मेनिफ़ेस्ट स्ट्रक्चर
Apps Script के मेनिफ़ेस्ट स्ट्रक्चर में, Editor ऐड-ऑन के लिए खास तौर पर बनाई गई कोई भी प्रॉपर्टी शामिल नहीं होती. हालांकि, Editor ऐड-ऑन के मेनिफ़ेस्ट में ऐसी सामान्य प्रॉपर्टी तय की जा सकती हैं जो सभी Apps Script प्रोजेक्ट में एक जैसी होती हैं. जैसे, OAuth स्कोप और लाइब्रेरी की डिपेंडेंसी.
Editor ऐड-ऑन इस्तेमाल कर सकने वाली संभावित मेनिफ़ेस्ट प्रॉपर्टी की पूरी सूची देखने के लिए, मेनिफ़ेस्ट का स्ट्रक्चर देखें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-01 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-08-01 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eEditor add-ons utilize a manifest file to define configuration details and operational aspects.\u003c/p\u003e\n"],["\u003cp\u003eThe manifest structure for Editor add-ons leverages common Apps Script properties like OAuth scopes and library dependencies.\u003c/p\u003e\n"],["\u003cp\u003eWhile Editor add-ons don't have unique manifest properties, they can utilize general properties available to all Apps Script projects.\u003c/p\u003e\n"],["\u003cp\u003eA complete list of manifest properties applicable to Editor add-ons can be found in the Manifest structure documentation.\u003c/p\u003e\n"]]],["Editor add-ons utilize a *manifest* file for configuration. While the manifest structure doesn't have properties unique to Editor add-ons, they can define general Apps Script project properties. These properties include OAuth scopes and library dependencies. A complete list of applicable manifest properties for Editor add-ons is available in the linked \"Manifest structure\" documentation. The manifest file details the app and its operations.\n"],null,["# Manifests for Editor add-ons\n\nAn add-on uses a *manifest* file\nto configure certain details about the app and its operation.\n\nThis documentation covers the details of configuring a manifest for a\nEditor Add-on.\n\nManifest structure for Editor add-ons\n-------------------------------------\n\nThe Apps Script manifest structure doesn't include any properties that are\nspecific to Editor add-ons. However, Editor add-on manifests can define the\ngeneral properties that are common to all Apps Script projects, such as\nOAuth scopes and library dependencies.\n\nSee\n[Manifest structure](/apps-script/manifest)\nfor a full list of potential manifest properties that Editor add-ons can use."]]