Skip to content

Commit d6c3afd

Browse files
#98 Update Copy - extension tutorial (#99)
* [#98] Remove package summary (just use Web store listing description) * [#98] Update copy on help page
1 parent cba6ced commit d6c3afd

7 files changed

Lines changed: 44 additions & 37 deletions

File tree

extension/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "parakeet-soundboard",
3-
"description": "A soundboard that lets you play sounds straight through your microphone in Google Meet!",
43
"private": true,
54
"version": "0.0.0",
65
"type": "module",
@@ -30,4 +29,4 @@
3029
"typescript": "^5.8.3",
3130
"wxt": "^0.20.6"
3231
}
33-
}
32+
}
147 KB
Loading
74 KB
Loading
215 KB
Loading
553 KB
Loading
191 KB
Loading

extension/src/entrypoints/infopage/App.tsx

Lines changed: 43 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -14,78 +14,86 @@ function App() {
1414
</a>
1515
<h1>Thanks for downloading Parakeet!</h1>
1616
<p className="subtitle">
17-
Play sound effects in Google Meet!
17+
Follow these tips to start playing sound effects in Google Meet:
1818
</p>
1919
</header>
2020

2121
<section className="warning-section">
22-
<h2>Important: Studio Sound</h2>
22+
<h2>Turn Off Studio Sound</h2>
2323
<p>
2424
Make sure <strong>"Studio Sound"</strong> is turned <strong>OFF</strong> in
2525
Google Meet so sound effect audio isn't filtered out.
2626
</p>
27-
<div className="instruction-box">
28-
<p>
29-
During a meeting, click <DotsVerticalIcon className="inlineIcon" /> (next
30-
to "Leave call") → Settings → Audio → Studio Sound
31-
</p>
32-
</div>
27+
<img
28+
src={browser.runtime.getURL("/images/studio-sound-1.png")}
29+
alt="Settings in Google Meet"
30+
className="screenshot screenshot-medium"
31+
/>
32+
<img
33+
src={browser.runtime.getURL("/images/studio-sound-2.png")}
34+
alt="Studio sound setting in Google Meet"
35+
className="screenshot screenshot-medium"
36+
/>
3337
<p className="footnote">
3438
Note: Most accounts don't have Studio Sound. If you don't see it, you're
3539
good to go!
3640
</p>
3741
</section>
3842

3943
<section className="section">
40-
<h2>How Muting Works</h2>
44+
<h2>Use Parakeet to Mute</h2>
4145
<p>
4246
Parakeet can <strong>only play sound effects when your Google Meet
4347
microphone is unmuted</strong>. To mute your voice while keeping sound
4448
effects working, use the Parakeet mute buttons:
4549
</p>
4650

47-
<div className="mute-buttons-grid">
48-
<div className="mute-option">
49-
<img
50-
src={browser.runtime.getURL("/images/info-mute-button-popup.png")}
51-
alt="Mute button in extension popup"
52-
className="screenshot screenshot-small"
53-
/>
54-
<p className="caption">In the extension popup</p>
55-
</div>
51+
<div className="mute-option">
52+
<img
53+
src={browser.runtime.getURL("/images/info-mute-button-popup.png")}
54+
alt="Mute button in chrome extension popup"
55+
className="screenshot screenshot-medium"
56+
/>
57+
<p className="caption">Chrome Extension Pop-Up</p>
58+
</div>
5659

57-
<div className="mute-option">
58-
<img
59-
src={browser.runtime.getURL("/images/info-mute-button-googlemeet.png")}
60-
alt="Parakeet mute button in Google Meet"
61-
className="screenshot screenshot-small"
62-
/>
63-
<p className="caption">Next to Meet's control bar</p>
64-
</div>
60+
<div className="mute-option">
61+
<img
62+
src={browser.runtime.getURL("/images/info-mute-button-googlemeet.png")}
63+
alt="Parakeet mute button in Google Meet"
64+
className="screenshot screenshot-large"
65+
/>
66+
<p className="caption">Google Meet Control Bar</p>
6567
</div>
6668
</section>
6769

6870
<section className="section">
69-
<h2>Meeting Usage Tips</h2>
71+
<h2>Other Tips</h2>
7072
<ul className="tips-list">
7173
<li>
72-
<strong>Keep Google Meet mic unmuted</strong> - Control your voice with
73-
Parakeet's mute button instead
74+
<strong>Keep Google Meet mic unmuted.</strong> Control your voice with
75+
Parakeet's mute button instead.
7476
</li>
7577
<li>
76-
<strong>Keep extension popup open</strong> - The popup must be open on
77-
the Meet tab to play sounds
78+
<strong>Keep extension popup open.</strong> The popup must be open on
79+
the Meet tab to play sounds in a meeting.
7880
</li>
7981
<li>
80-
<strong>Pro tip for presenting</strong> - Open Meet in a separate
81-
window/screen so you can access the extension while presenting
82+
<strong>Open Meet in a separate window.</strong> This will keep Parakeet easily accessible,
83+
even if you’re presenting and need to screen share.
8284
</li>
8385
<li>
8486
<strong>Use the Parakeet logo button</strong> in the bottom right corner to open the extension.
8587
</li>
8688
<li>
87-
<strong>Don't want the Parakeet buttons to show in Meet?</strong> You can hide them in settings on the extension pop-up.
89+
<strong>Adjust the settings to hide the Parakeet buttons in Meet.</strong> You’ll find this option
90+
under Settings in the extension pop-up.
8891
</li>
92+
<img
93+
src={browser.runtime.getURL("/images/settings.png")}
94+
alt="Hide Parakeet buttons in Google Meet"
95+
className="screenshot screenshot-small"
96+
/>
8997
</ul>
9098
</section>
9199

@@ -123,7 +131,7 @@ function App() {
123131
<footer className="footer">
124132
<p className="credits">
125133
Parakeet is always improving! Report issues or share feedback at{" "}
126-
<a href="mailto:apps@viget.com">apps@viget.com</a>
134+
<a href="mailto:apps@viget.com">apps@viget.com</a>.
127135
</p>
128136
<p className="credits">
129137
Created by <a href="https://viget.com" target="_blank">Viget</a> - 2025 Internship Cohort

0 commit comments

Comments
 (0)