2

We are developing a Google Slides add-on and we need to add some custom top-level menus. The documentation on https://developers.google.com/apps-script/guides/menus says:

Scripts that are published as add-ons for Google Sheets, Docs, or Forms cannot create top-level custom menus.

But when I installed the publicly available Poll Everywhere for Google Slides add-on, it added the Poll Everywhere menu as a top-level menu for all documents. How could that be possible considering the quote above?

Poll Everywhere top-level menu

TylerH
  • 20,799
  • 66
  • 75
  • 101
Dominik Palo
  • 2,873
  • 4
  • 29
  • 52

1 Answers1

0

Poll Everywhere for Google Slides is not an Apps Script add-on, it's a Chrome extension.

Related

Rubén
  • 34,714
  • 9
  • 70
  • 166