Getting Started
Coming Soon — Expected release: February 16, 2026. Awaiting store publication.
Complete setup guide for the GitScrum Chrome Extension with all configuration options.
Prerequisites
Before you begin, ensure you have:
- A GitScrum account with an active subscription
- Google Chrome, Microsoft Edge, Brave, or any Chromium-based browser
- Access to at least one GitScrum workspace
Installation
Chrome Web Store
For Google Chrome, Brave, Arc, and Opera browsers:
- Visit the GitScrum Chrome Extension page
- Click Add to Chrome
- Click Add extension in the confirmation dialog
- The GitScrum icon appears in your browser toolbar
Microsoft Edge Add-ons
For Microsoft Edge browser:
- Visit the GitScrum Edge Extension page
- Click Get
- Click Add extension in the confirmation dialog
- The GitScrum icon appears in your browser toolbar
Pin the Extension
For quick access, pin the extension to your toolbar:
- Click the puzzle icon in the toolbar
- Find GitScrum in the list
- Click the pin icon next to it
Manual Installation
For development or testing:
- Clone or download the extension source
- Open
chrome://extensions/in your browser - Enable Developer mode (top right toggle)
- Click Load unpacked
- Select the extension
distfolder - The extension loads with a unique ID
Authentication
Email and Password
- Click the GitScrum icon
- Enter your registered email address
- Enter your password
- Click Sign in
Multi-Factor Authentication
If MFA is enabled on your account:
- After entering email and password, a code field appears
- Open your authenticator app (Google Authenticator, Authy, etc.)
- Enter the 6-digit code
- Click Verify
MFA codes refresh every 30 seconds. If a code fails, wait for a new code.
OAuth Providers
Sign in with a connected social account:
| Provider | Button | Popup |
|---|---|---|
| Google account selector | ||
| GitHub | GitHub | GitHub authorization |
| Facebook login |
- Click your preferred provider button
- A popup window opens for authentication
- Complete the sign-in in the popup
- The popup closes and you are signed in
Note: OAuth providers must be connected to your GitScrum account in your profile settings before using them in the extension.
Workspace Configuration
Selecting a Workspace
After signing in:
- Click the Workspace dropdown
- Select your workspace from the list
- The projects dropdown updates with that workspace's projects
Selecting a Project
- Click the Project dropdown
- Select the project where you want to create tasks
- Your selection is saved for future sessions
Switching Workspaces
You can switch workspaces at any time:
- Click the current workspace name
- Select a different workspace
- The project dropdown resets
- Select a project from the new workspace
Extension Interface
Popup Layout
The extension opens as a 400×580px popup with these sections:
| Section | Purpose |
|---|---|
| Header | Logo and sign-out button |
| Workspace selector | Choose active workspace |
| Project selector | Choose active project |
| Task form | Title, description, and quick options |
| Tab bar | Switch between Task and Screenshot modes |
Task Tab
The default view for creating tasks:
- Title field — Required
- Description field — Optional, supports markdown
- Quick options — Workflow, priority, assignee, labels, time estimate
- Create button — Submit the task
Screenshot Tab
Capture and attach screenshots:
- Capture button — Captures the current tab
- Preview panel — Shows captured screenshot
- Attach toggle — Include screenshot with next task
Browser Permissions
The extension requests these permissions:
| Permission | Purpose |
|---|---|
activeTab | Capture screenshots of current tab |
storage | Save authentication and preferences |
tabs | Access tab URL for task metadata |
Why these permissions?
- activeTab — Only activates when you click the extension icon. Never runs in background.
- storage — Stores your auth token and workspace selection locally. Uses Base64 obfuscation.
- tabs — Reads current tab URL to auto-fill task context. Does not track browsing history.
Troubleshooting
Extension Icon Missing
- Click the puzzle icon in toolbar
- Find GitScrum in the list
- Click the pin icon
Sign In Failed
- Verify your email and password in the main GitScrum app
- Check if MFA is required but not entered
- Clear extension storage: right-click icon → Manage extension → Clear site data
OAuth Popup Blocked
- Check browser popup blocker settings
- Allow popups from extension
- Try clicking the OAuth button again
Workspaces Not Loading
- Verify your GitScrum subscription is active
- Check your internet connection
- Sign out and sign in again
Next Steps
- Task Creation — Complete task creation workflow
- Screenshots — Capture and annotate screenshots
- Authentication — Security and account management