-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathoptions.html
More file actions
22 lines (20 loc) · 871 Bytes
/
Copy pathoptions.html
File metadata and controls
22 lines (20 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>Gmail CRM Options</title>
<link rel="stylesheet" type="text/css" href="options.css">
</head>
<body>
<div class="page">
<h1>Gmail CRM Options</h1>
<h2>Custom links</h2>
<div id="status"></div>
<br/><textarea id="link-list"></textarea>
<button id="save">Save</button>
<br/><br/>Insert pipe ('|') separated values like this: "label_value|href_value" where href_value can contain the %%EMAIL%% parameter that shall be replaced by the actual email of the sender.
<br/>Example: "All conversations|mail.google.com/mail/u/0/#search/%%EMAIL%%"
<br/><br/><i>Label</i> will be displayed next to the email of the sender and will link to https://<i>href</i> after replacing %%EMAIL%% by the actual email of the sender and adding https:// at the beggining of the url.
</div>
<script src="options.js"></script>
</body>
</html>