The following is a quick overview of steps when developing a Classroom add-on.
Onboarding phase
- Subscribe to the Classroom Developer Announcement group to receive updates about add-ons and Google Classroom API.
- Register a demo domain or subdomain that to use for private development.
- Verify your demo domain ownership.
- Sign-up for Google Workspace for Education using the demo domain.
- Create a private Google Cloud project for developing. Configure the app visibility to private and unlisted. This is the Google Cloud project your team uses during development.
- Submit the Google for Education Demo Domains form to give full licensing to your demo domain for testing.
- Share the demo domain and Google Cloud project ID with your Google partner. They must add the ID to an allowlist while add-ons are in Early Access.
- Configure OAuth for your project.
- Create a Google Workspace Marketplace listing for the demo project.
- Create teacher and student accounts for testing.
- Once the license is approved for your demo domain, assign seats to each of your test accounts.
- Sign in to your demo domain as an administrator. Install your add-on from the App URL in your Google Workspace Marketplace listing configuration.
Development phase
- Develop the add-on and test it.
Publishing phase
-
Create a public Google Cloud project for publishing and ensure the following:
- OAuth consent screen:
- User Type: External
- Publish Status: In Production
- Scopes: Configure all scopes requested by the web app.
- Google Workspace Marketplace SDK App Configuration Screen:
- App Visibility: Public
- Listing Type: Unlisted
- Scopes: Configure all scopes requested by the web app.
- OAuth consent screen:
- Create a Google Workspace Marketplace listing for the public project.
- Update the public project with your add-on code.
- Publish the public add-on for Marketplace review. Don't submit an OAuth verification request yet.
- The Marketplace review team creates a demo video for you to include in your OAuth verification submission.
- Submit OAuth verification with the demo video provided to you by the Marketplace review team.
- Upon approval, change the Marketplace SDK Listing status to listed.
Required integrations
The following are required to build a Classroom add-on.
Google Single Sign-On
- Google Identity Platform. Google offers a variety of authentication options.
- Integration case studies.
See the frictionless sign-in page for information about how to implement sign-in following best practices.
Submission to Google Workspace Marketplace as a Classroom add-on
iframe implementations
- Attachment Discovery
- Teacher View
- Student View
- Student Work Review. The Student Work Review iframe is only required if the attachment provides an activity-type attachment.
Google Workspace Marketplace
The Google Workspace Marketplace showcases enterprise applications that can be added to an entire domain or to individual Google Workspace accounts. The Marketplace is integrated with the Google Admin console so that domain administrators can quickly find, install, and authorize apps for targeted users.
Some key concepts to be familiar with are:
- OAuth behavior and requirements.
- The Google Workspace Marketplace developer documentation.
- The education section of Google Workspace Marketplace.