Extension Privacy Policy

Intro

Different extensions use personal data in different ways. This privacy policy encompasses general principles of how extensions I create collect and handle personal data. Individual extensions, when you first use them, will display their own unique privacy policies and ask you to agree to them before continued use.

Data Collection

None of the extensions I write collect any data at all. Since no data is collected, it stands to reason, and is, indeed, the case, that none of your data can be sold to third parties.

That being said, there are a few other ways your data is used.

Chrome Storage API

Several of my extensions take advantage of Google Chrome's Storage API to locally store some information. This is similar to a cookie, except the data never leaves your computer. Examples of data stored this way might include a list of your pinned files in your sidebar, which Google Drive does not offer as a native feature. Google syncs this information across your various computers and Chrome installations. However, my extensions only access this data locally on your machine and they do not transmit it.

Third-Party APIs

Some of my extensions access third party APIs and report back the results. For example, when you use the Google Docs sidebar, the extension requests information about your latest Google Docs via the [Google Drive API[(https://developers.google.com/drive/api/guides/about-sdk), receives the information, then adds some code to your browser to display that list of files. Generally, when my extensions use these third Party API services, they will send some non-personal information about the page you are visiting. However, when extensions access a third party API, there is some personal information that third party receives in the request header, most notably your IP address and user agent string. Some companies will use information like that to develop a “browser fingerprint" that can probably track and personally identify you. Unfortunately, this is not something that I or my extensions have control over. If this is a concern for you, consider using a VPN to mask your IP address.

Changes to the Privacy Policy

If there are substantive1 changes made to this blanket privacy policy or to the individual privacy policies of any of my extensions, I will push out a new version of the affected extension(s) and ask you to agree to the amended privacy policy.

Feedback

If you have questions or concerns about this privacy policy, feel free to send me an email or file an issue to this repository.


Notes:

1 - When I say "substantive," I mean that I won't push out app updates for minor changes like fixing a typo.