Legal aspects of Doc2Md Google Add-On.
Privacy Policy
Who is requesting user data?
The Administrator of your personal data, in accordance with the Act on the Protection of personal data, is Paweł Mendelski.
What data is requested and why?
Doc2Md add-on will ask for following permissions:
- Permission to access the content of currently opened Google Document. This permission is required to get content from currently opened Google Document and convert its content into Markdown. Doc2Md reads the Google Document content, converts it into markdown and leaves the original content unmodified. Document content is neighter stored nor distributed.
- Permission to display a sidebar. Doc2Md uses the sidebar to display action buttons, options and conversion result.
All Google add-ons have also access to user basic personal information like user name and email. Doc2Md does not use this information in any way.
List of all OAuth scopes used by Doc2Md:
Scope | Why |
---|---|
https://www.googleapis.com/auth/documents.currentonly |
Used to get access to Google Document’s content in order to translate it into Markdown |
https://www.googleapis.com/auth/script.container.ui |
Used to display a sidebar in Google Documents with conversion results. |
https://www.googleapis.com/auth/userinfo.email |
Not used, all Google Add-Ons inherit this scope by default. |
https://www.googleapis.com/auth/userinfo.profile |
Not used, all Google Add-Ons inherit this scope by default. |
License
Doc2Md is licensed under the MIT License
Copyright 2018 Paweł Mendelski
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.