-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpopup.html
24 lines (18 loc) · 920 Bytes
/
popup.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
<!DOCTYPE html>
<head>
<script src='scripts/popup.js'></script>
<script src='scripts/jq.js'></script>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body style="width: 400px;">
<h1>Intercom Chrome Extension</h1>
<p style="display: none;" id="error"></p>
<p style="display: none;" id="warning"></p>
<p style="display: none;" id="success"></p>
<p>This will look for email addresses on the page, search for them in Intercom and add information from Intercom to the right of it (if it finds them).</p>
<p>Any emails that have been checked are highlighted in yellow.</p>
<p><a tabindex="-1" class="optionsL" target="_blank" href="options.html">Click here to edit options</a></p>
<!-- <a tabindex="-1" class="button" target="_blank" href="https://twitter.com/BrianTVH">Want custom attributes or more functionality? Tweet @BrianTVH</a> -->
<script src='scripts/footer.js'></script>
</body>
</html>