0

I developed a Google Workspace add-on in Google App Script. I tried to test the add-on by follow this guide: https://developers.google.com/workspace/add-ons/how-tos/testing-workspace-addons, which says that:

Follow these steps to install an unpublished Google Workspace Add-on for testing:

Open the script project in the Apps Script editor.

Click Deploy > Test deployments.

Click Install.

At the bottom, click Done.

However, I do not see my extension in the "Managed add-ons". Here is my manifest file: https://pastebin.pl/view/26f606c9

I expected to see my add-on in the Managed add-on list on Google Spreadsheet. I made sure the open the spreadsheet in my Google account and have tried to reset my browser cache + uninstall/install the add-on several times.

0