This is a Chrome Extenstion for YC Startup School Cofounder Match platfrom It helps to receive summary for each potential cofoinder profile and get througn this process faster
-
Download the ZIP file: Download the ZIP file from the latest release and save it to a known location on your computer.
-
Extract the ZIP file: Extract the ZIP file to a known location on your computer. You can usually do this by right-clicking the ZIP file and selecting "Extract All" or "Unzip". Make sure to remember the location where you extract the files, you will need this in the next steps.
-
Open Google Chrome: Start the Google Chrome browser on your computer.
-
Access the Extensions page: Click on the three-dot icon in the top-right corner of the browser (below the close button) to open the Chrome menu. From the dropdown menu, go to "More Tools" and then click on "Extensions".
-
Enable Developer Mode: On the Extensions page, look for a toggle switch in the top-right corner labelled "Developer mode". Click on it to enable Developer mode. Enabling this mode allows you to load extensions from a folder.
-
Load Unpacked Extension: Now click on the "Load unpacked" button that has appeared in the top-left corner of the Extensions page.
-
Navigate to the Extension Folder: A file selection dialog box will open. Navigate to the location where you extracted the ZIP file. Select the folder (not the ZIP file itself) and click on the "Select Folder" button.
-
Activate the Extension: Once the extension has been loaded, you should see it in your list of installed extensions. If it is disabled, click the toggle button at the bottom right of the extension card to enable it.
-
Open your profile page on SUS and enter OpenAI API keys You will see the form to enter your OpenAI API keys. You can find them in your OpenAI dashboard.
-
Go to matchmaking platform Wait for 10 second and receive summary and autogenerated reply message
NOTE: This extension doesn't use any backend and stores everything in your local browser's cache.
This extension bootstrapped with Plasmo.
Run the development server:
pnpm dev
# or
npm run devOpen your browser and load the appropriate development build. For example, if you are developing for the chrome browser, using manifest v3, use: build/chrome-mv3-dev.
For further guidance to Plasmo, visit our Documentation
Run the following:
pnpm build
# or
npm run buildThis should create a production bundle for your extension, ready to be zipped and published to the stores.