-
Notifications
You must be signed in to change notification settings - Fork 0
/
options.html
34 lines (33 loc) · 1.25 KB
/
options.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
<!DOCTYPE>
<html>
<head>
<title>Tab to Task</title>
<link rel="stylesheet" type="text/css" href="options.css">
<script src="options.js"></script>
</head>
<body>
<div id="content">
<div id="content-inner-container">
<div id="header">
<h1># Tab to Task for Azendoo Options</h1>
<img class="logo" src="az-mark.png">
<br/>
<br/>
</div>
<div class="section-wrapper">
<h2>## Instructions</h2><br>
1. Go to <a href='https://app.azendoo.com/#settings/authorizations' target="_blank">https://app.azendoo.com/#settings/authorizations</a>
2. Get yours API KEY (or Zapier key) as in screenshot below <br><br>
<img class='instructions' src='instructions.png'/><br><br>
3. Put your Api Key in here: <input id="apikey" type="text" name="apikey"><br><br>
4. click submit <input id="button" label="tutu" type="submit"><br><br>
(5. you can now close this page)<br><br>
</div>
<div class="section-wrapper" >
<h2>## Sources</h2>
<a href="https://github.com/RaphaelAudet/az_tab2task" target="_blank">https://github.com/RaphaelAudet/az_tab2task</a>
</div>
</div>
</div>
</body>
</html>