Developer journey

The following is a quick overview of steps when developing a Classroom add-on.

Onboarding

  1. You will need test users with the Teaching & Learning or Plus editions of Google Workspace for Education. If you don't have administrator access to a Google Workspace for Education domain with either of these licenses, complete the steps to get a developer test domain and then submit our domain upgrade request form. The domain will be provisioned with 10 Google Workspace for Education Plus licenses.
  2. Create a Google Cloud project. You'll use it configure your add-on, make API requests, and authenticate and authorize users. You can use also an existing Cloud project.

  3. Create teacher and student accounts for testing. Once the license is approved for your demo domain, assign seats to each of your test accounts.

  4. Configure OAuth for your project.

  5. Create a Google Workspace Marketplace listing for the demo project.

    • If you set the App Visibility to public, add the email addresses of all test users to the list of Draft testers. Choose SAVE DRAFT when finished.
  6. Sign in to your demo domain as a test user. Install your add-on from the App URL in your Google Workspace Marketplace listing configuration.

Development

  1. Develop the add-on and test it with your test testers.

Publishing

  1. In the Google Cloud project you want to publish, ensure the following:
    1. OAuth consent screen:
      1. User Type: External
      2. Publish Status: In Production
      3. Scopes: Configure all scopes requested by the web app.
    2. Google Workspace Marketplace SDK App Configuration Screen:
      1. App Visibility: Public
      2. Listing Type: Unlisted
      3. Scopes: Configure all scopes requested by the web app.
  2. Create a Google Workspace Marketplace listing for the public project.
  3. Update the public project with your add-on code.
  4. Publish the public add-on for Marketplace review. Don't submit an OAuth verification request yet.
  5. Google creates a demo video for you to include in your OAuth verification submission.
  6. Submit OAuth verification with the demo video provided to you by the Marketplace review team.
  7. Upon approval, change the Marketplace SDK Listing status to listed.

Required integrations

The following are required to build a Classroom add-on.

  1. Google Single Sign-On

    See the frictionless sign-in page for information about how to implement sign-in following best practices.

  2. Submission to Google Workspace Marketplace as a Classroom add-on

  3. iframe implementations

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: