I have a Google Workspace Add-on (built with Apps Script) that's currently live and published on the Google Workspace Marketplace. It works across Google Docs, Sheets, and Slides.
I want to create a staging environment so we can test new features and bug fixes with clients before pushing updates to the production version. Ideally, clients would be able to install and test the staging version alongside the production one.
My questions:
Is it possible to have both staging and production versions of the same add-on that clients can install separately?
Do I need to submit a completely separate add-on to Google for approval, or can I use the same approved add-on with different deployments?
If I create a duplicate script project for staging, can clients install it directly, or do they need special permissions/access?