-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy2.html
31 lines (31 loc) · 1009 Bytes
/
privacy2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy</title>
</head>
<body>
<h1>Privacy Policy</h1>
<div>
<p>
This extension collects information from the web app's
orders page, limited to form data entered by the user,
user name, client name, and messages exchanged between
user and client.
</p>
<p>
The information is used to prompt AI to suggest a
message draft to the user.
</p>
<p>
The information is shared with OpenAI via its API.
</p>
<p>
The extension is compliant with the Chrome Web Store
User Data Policy, including the Limited Use
requirements.
</p>
</div>
</body>
</html>