https://github.com/kaustubh187/chrome-extension-widget
A home page chrome extension that can act as a digital notice board for seamless collaboration. Having widgets such as group poll, google slide integration, pomodoro timer, checklist, opportunity board.
https://github.com/kaustubh187/chrome-extension-widget
chrome chrome-extension css dashboard homepage html javasc widgets
Last synced: 6 months ago
JSON representation
A home page chrome extension that can act as a digital notice board for seamless collaboration. Having widgets such as group poll, google slide integration, pomodoro timer, checklist, opportunity board.
- Host: GitHub
- URL: https://github.com/kaustubh187/chrome-extension-widget
- Owner: kaustubh187
- Created: 2024-07-24T09:20:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T07:41:33.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T18:10:26.031Z (over 1 year ago)
- Topics: chrome, chrome-extension, css, dashboard, homepage, html, javasc, widgets
- Language: CSS
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# HyperVerge Open Challenge Project
## Overview
This project is a comprehensive dashboard that integrates various widgets to help users manage their time, tasks, and information effectively. It includes features like a Pomodoro timer, schedule viewer, meeting joiner, and more.
## Features


- **Welcome Widget**: Displays a welcome message along with the current date and time.
- **Pomodoro Timer**: Helps manage work and break intervals using the Pomodoro technique.
- **Today's Schedule**: Shows the day's schedule through an embedded Google Calendar.
- **Join a Meeting**: Provides options to join a scheduled meeting or enter a code to join other meetings.
- **Google Keep Notes**: Links to Google Keep for note management.
- **Poll Widget**: Embedded poll for gathering opinions or feedback.
- **Dashboard Overview**: Main content area including announcements and a Spotify playlist.
- **Daily Growth Checklist**: A checklist for daily tasks or goals.
- **Words of Wisdom**: Displays inspirational quotes or book excerpts.
- **Excel Sheet Viewer**: Embeds a Google Sheets document for data tracking or planning.
- **Google Slides Viewer**: Displays a Google Slides presentation for ongoing projects or updates.
- **Opportunity Board**: Allows users to submit opportunities or issues and displays current submissions.
- **Issue Tracker Form**: Integrates with Google Forms to track and manage issues.
## Setup Instructions
1. **Clone the Repository**
```bash
git clone https://github.com/kaustubh187/chrome-extension-widget.git
cd dashboard-project
2. **Open the Project**
Ensure that all the necessary files (index.html, manifest.json, CSS, JavaScript, icons) are in place.
3. **Load the Extension in Chrome**
Open Chrome:
- **Navigate to chrome://extensions/.
- **Enable Developer Mode:
- **Toggle the switch in the top right corner to enable Developer Mode.
- **Load Unpacked:
- **Click on the "Load unpacked" button and select the directory where the extension files are located (dashboard-extension).
- **Test the Extension:
**The extension should now appear in the Chrome toolbar. Click on it to view and interact with the dashboard.**