Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.14 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.14 KB

Fidisys Meeting Notes - Chrome extension

  • Capture video meetings as a text file without opening new tab or app.

Extension Features:

  • Taking notes during your online meetings when using google meet, Zoom etc.,
  • Use markdown format while taking notes
  • Drag notes extension anywhere in the meeting page.
  • Export your meeting notes as a .txt file

Available Scripts

In the project directory, you can run:

npm install

Install necessary packages to run project

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Testing Inside Chrome

To load as a developer extension inside of Chrome:

  1. npm run build
  2. Navigate to chrome://extensions/ in your browser
  3. Toggle the Developer mode switch on in the top right hand corner
  4. Click the Load unpacked button in the top left corner
  5. Select the build folder inside of this project folder

Builds the app for Chrome to the build folder.

See the magic and have a fun with chrome extension

😊Pull requests accepted with ❤️ - Team Fidisys