Topics

On this page

Last updated on Jun 25, 2025

GoDAM Screen Recorder

With the GoDAM Screen Recorder Extension, you can record your screen, explain clearly using the pen or highlighter tools, store videos directly in your GoDAM workspace, and share a link that collects timestamped comments and emoji reactions – turning feedback into a conversation, not a back-and-forth.

How to use Chrome Extension

Prerequisite

You need an active GoDAM account – https://godam.io/pricing

Step 1: Install and Launch the Extension

Head over to the Chrome Web Store and install the GoDAM Screen Recorder Extension. Once installed, you’ll see the GoDAM icon appear in your browser toolbar. Click on this icon to launch the extension and get started.

[Chrome extension page & URL]

Step 2: Log in to Your Account

If you’re not already logged in, the extension will automatically redirect you to the GoDAM login page. Simply sign in with your credentials to access your workspace. This ensures your videos are securely stored and linked to your account.

If the user is not logged in with GoDAM:

screen-recorder-account-login

If the user is already logged in with GoDAM:

screen-recorder-logged-in

Step 3: Start Recording Your Screen

After logging in, you’re ready to start recording. Choose whether you want to record your entire screen, a specific window, or a browser tab. While recording, you can use the built-in canvas tools, draw with the pen, highlight important sections, or use shapes to guide your viewers in real time.

Step 4: Upload, Share, and Get Feedback

Once you finish recording, your video is automatically uploaded to your GoDAM media dashboard and redirected to a single video page. From there, you can easily share the video link with anyone, team members, clients, students, or collaborators. What makes it powerful is that viewers can leave timestamped emoji reactions and comments, giving you instant, contextual feedback without back-and-forth messaging.

screen-recorder-feedbacks

Technical details

This Chrome extension is built on top of the open-source Screenity Chrome Extension (v3.0.0). We’ve customized it to align with the GoDAM platform by replacing the default Screenity branding (logo and text) with GoDAM’s visual identity. As a nod to the original project, the extension includes a “Powered by Screenity” label alongside the GoDAM logo.

In addition to branding updates, we’ve extended the core functionality by integrating OAuth2 authentication using the Chrome Identity API. This enables users to securely log in with their GoDAM accounts, allowing all recorded videos to be uploaded directly to GoDAM’s cloud storage for easy access and sharing.

Permissions

This section explains the permissions required by our GoDAM screen recording Chrome extension and why each permission is necessary for the extension’s functionality.

Core Permissions

identity

Purpose: Enables OAuth2 authentication for user login and account management.

activeTab

Purpose: Provides access to the currently active browser tab.

storage

Purpose: Enables local data storage for extension settings and temporary data.

unlimitedStorage

Purpose: Removes storage quota limitations for large video files.

downloads

Purpose: Enables automatic downloading of recorded videos.

tabs

Purpose: Provides access to browser tab information and management.

tabCapture

Purpose: Core permission for capturing audio and video from browser tabs.

scripting

Purpose: Allows injection of scripts into web pages.

Optional Permissions

These permissions are requested only when specific features are used:

offscreen (Optional)

Purpose: Enables offscreen document creation for background processing.

desktopCapture (Optional)

Purpose: Enables screen and desktop recording capabilities.

alarms (Optional)

Purpose: Enables scheduled tasks and reminders.

Host Permissions

<all_urls>

Purpose: Allows the extension to work on any website.