In the eighth class of the add-on development course for Google Workspace we are going to create an add-on that integrates with Docs, Sheets and Slides through Google Apps Script. In this lesson we are going to continue with our supervitamin add-on. This time we are going to give you support for Google Docs. We will start by looking at the documentation about the integration with Docs that is specifically mentioned as “Editor”. This is because, if you remember previous lessons, we were seeing at the beginning of the course that there are two types of add-ons in Workspace. This second type of add-on is called Editor and seeks to modify and add new functions to Google Docs, Guatemala Email List Sheets and Slides by modifying the applications directly without contextual interfaces.
Go for it! This content is only available to subscribers.You can identify yourself in this link or subscribe to the courses . That easy! As you can see, we can create interfaces in the most varied events in the Google Docs suite. As you can see, we are not going to get involved in developing that type of add-ons but we do have to understand that the contextual interfaces that we can add are very limited precisely because other types of add-ons are used more to create apps for these Google services ons. This Docs or Editors service allows us to manage two contextual interfaces: the homepageTrigger that we have already seen in previous lessons and the trigger that is launched when we authorize access to the active file, that is, Uae Phone Number
when we open a document we can ask the user to allow the access to the document through
the Google API and in this way we can access your information from our add-on.Specifically, this trigger is called onFile Scope Granted Trigger. The idea is that when we request access we will be able to access it and then we will execute our code from the function that we specify in the trigger. I encourage you to investigate information on how to implement in Google Editors or Docs the second type of add-on that will allow you to insert your own functions or modifications of the Google Docs, Sheets and Slides applications. As always, if you have any doubts or questions, you can send it through the support form on the subscriber intranet. See you in the next lesson! 🙂