Skip to content

Commit b17be8e

Browse files
authored
Merge pull request #48 from BagToad/dev-bagtoad-background-improvements
Process ticket links and attachments in the background
2 parents 561d202 + 0a3a4a4 commit b17be8e

File tree

11 files changed

+1312
-743
lines changed

11 files changed

+1312
-743
lines changed

PRIVACY.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
# Privacy Policy
22

33
# Information We Collect
4-
This extension reads data on `https://*.zendesk.com/*` sites you are visiting only when you click the extension button.
4+
No information is transmitted off of your devices or sent back to any server.
55

6-
Your settings, such as link RegEx and titles are collected from your input and stored in your browser storage for convenience.
6+
This extension reads data on `https://*.zendesk.com/*` sites you are visiting, sends requests to those sites on behalf of you, and stores the results of those requests in storage and memory for the purpose of displaying that information in the extension UI in a formatted way.
7+
8+
Your settings, such as link RegEx and titles are collected from your input and stored in your browser storage.
79

810
# How We Use Your Information
9-
The Zendesk URL and page data are collected and stored only in memory for the purpose of displaying processed information in the extension UI. Each time you close the extension UI, Zendesk page data is forgotten.
11+
The Zendesk URL and page data (ticket comments and metadata) are collected and stored only in memory and in local storage for the purpose of displaying the processed information in the extension UI.
12+
13+
Each time a new Zendesk ticket is processed, the previous ticket data is cleared from storage.
1014

11-
On applicable browsers, settings are synced between devices according to your browser's capability. If you have browser sync disabled in your browser, this extensions settings are stored locally instead.
15+
On applicable browsers, settings are synced between devices according to your browser's capability. If you have browser sync disabled in your browser, this extensions settings are stored locally instead. Ticket data is never synced between devices.
1216

1317
Absolutely no data is transmitted off of your devices or sent back to any server.
1418

1519
# Security of Your Information
16-
Your data does not leave your browser.
20+
Your data does not leave your browsers beyond that which is defined in the [Google Chrome sync](https://developer.chrome.com/docs/extensions/reference/storage/#property-sync) and [Firefox sync](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/sync) APIs.
21+
22+
Every effort is made to ensure that your data is handled responsibly and in accordance with standard industry practices for browser extensions.
1723

1824
# Contact Information
1925
If you have any questions about the Privacy Policy, please contact me.

0 commit comments

Comments
 (0)