From def86107a2169f0ed62449a3ec2db2a6f26efbaa Mon Sep 17 00:00:00 2001 From: Jay Wang Date: Mon, 11 Mar 2024 13:24:48 -0400 Subject: [PATCH] Add add-on privacy policy Signed-off-by: Jay Wang --- public/add-on-privacy-policy/index.css | 40 +++++++++++++++++ public/add-on-privacy-policy/index.html | 60 +++++++++++++++++++++++++ 2 files changed, 100 insertions(+) create mode 100644 public/add-on-privacy-policy/index.css create mode 100644 public/add-on-privacy-policy/index.html diff --git a/public/add-on-privacy-policy/index.css b/public/add-on-privacy-policy/index.css new file mode 100644 index 0000000..019f361 --- /dev/null +++ b/public/add-on-privacy-policy/index.css @@ -0,0 +1,40 @@ +@import url('../global.css'); + +body { + background-color: #fff; + max-width: 680px; + margin: 0 auto; + padding: 0 20px; +} + +.logo { + display: inline-block; + vertical-align: middle; + margin-top: 25%; + + & img { + width: 100px; + height: 100px; + } +} + +h1 { + margin-top: 0px; +} + +.title { + font-size: 24px; + font-weight: bold; + margin-bottom: 16px; +} + +footer { + padding: 24px 0; + text-align: center; + border-top: 1px solid #eee; +} + +.footer-notice { + font-size: 12px; + color: #999; +} diff --git a/public/add-on-privacy-policy/index.html b/public/add-on-privacy-policy/index.html new file mode 100644 index 0000000..bd8c7d2 --- /dev/null +++ b/public/add-on-privacy-policy/index.html @@ -0,0 +1,60 @@ + + + + + + + + Privacy Policy | prompster + + +
+ +

Privacy Policy

+
+

+ Created: March 11, 2024
+ Last updated: March 11, 2024 +

+

+ This Privacy Policy governs the use of the Wordflow Google Doc Add-on extension (the "Extension") + and outlines the types of information collected by the Extension and how it is used. + Please read this Privacy Policy carefully before using the Extension. + By using the Extension, you agree to the terms of this Privacy Policy. + If you do not agree with these terms, please do not use the Extension. +

+

+ Information Collection and Use +

+

+ The Extension DOES NOT collect or store any personal or + sensitive information. It only stores community-shared prompts and the + number of times a prompt is run. + All prompts are directly sent to external LLM APIs + such as Google Gemini Pro and OpenAI GPT 4. Please refer to their data privacy + policy for more details (Gemini API + and OpenAI API). + All private prompts are stored locally in the client's browser local storage. +

+

+ Data Security +

+

+ The Extension is designed to prioritize user privacy and DOES NOT + collect any personal data. Therefore, there is no risk of unauthorized access or misuse of user data. +

+

+ Contact Us +

+

+ If you have any questions or concerns about this Privacy Policy, please contact us at jay@zijie.wang. +

+ + + \ No newline at end of file