-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
55 lines (38 loc) · 2.74 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<title>Timer extension for Google Hangouts</title>
</head>
<body>
<h1>Hangout Timer</h3>
<p>A simple extension for <a href="https://hangouts.google.com/">Google Hangouts</a>, to improve the productivity of your conference calls and meetings.</p>
<strong>⚠️ Google Hangout does not longer supports 3rd-party plug-ins like Hangout Timer, since April 25th, 2017. Read more here: https://developers.google.com/+/hangouts/support-faq</strong>
<h2>Description</h2>
<p>Hangout timer is simple circular stopwatch overlay that you can set to 30 seconds, 1 minute, 2 minutes, or 5 minutes, and that every hangout participant can see.</p>
<p>It was developed to improve productivity during our remote meetings, by granting a 2-minute speaking slot to every team member.</p>
<h2>Demo</h2>
<iframe width="480" height="360" src="https://www.youtube.com/embed/VKtM0je-CTs?rel=0&controls=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
<h2>Installation</h2>
<p>You can quickly test it <a href="https://hangoutsapi.talkgadget.google.com/hangouts/_?gid=942530911183">here</a>, or by clicking on the button below.</p>
<p><a href="https://plus.google.com/hangouts/_?gid=942530911183" style="text-decoration:none;">
<img src="https://ssl.gstatic.com/s2/oz/images/stars/hangout/1/gplus-hangout-24x100-normal.png"
alt="Start a Hangout"
style="border:0;width:100px;height:24px;"/>
</a></p>
<h2>Usage</h2>
<p>After installing the extension, here is how to use it:</p>
<ol>
<li>Start or join a video Hangout meeting.</li>
<li>Activate your webcam, so that other participants can see you.</li>
<li>Click on the hourglass icon, in the left bar of your Hangout window.</li>
<li>Click on the button of your choice (30 seconds, 1 minute, 2 minutes, or 5 minutes).</li>
<li>Click again on the hourglass icon, to hide the extension's page.</li>
<li>A hourglass will be displayed on your webcam video, and progressively turn to red as the time is out.</li>
<li>Repeat from step #3, or click on the "stop" button to hide the hourglass.</li>
</ol>
<h2>Author</h2>
<p>Toy project by <a href="http://adrienjoly.com">Adrien Joly</a>, here is the <a href="https://github.com/adrienjoly/hangout-timer">source code</a>.</p>
<!-- fork me on github -->
<a href="https://github.com/adrienjoly/hangout-timer"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>
</body>
</html>