Privacy policy:-
What information do we collect?
- Google oauth token from google API to perform the request with the license server for checking the validity of the user license via google's secure client side API
- We store only tab title, URL other minimal tab state that chrome provides as part of 'Tab' object which don't contain any website sensitive information that you visit.
- Here sensitive information means the data that compromise your websites account that you visit.
- No data is collected from your computer on to our personal / business servers neither for analysis nor for sharing with third party!
- All the collected minimal data for extension's smooth funcationality will be stored locally within your computer which don't contain any sensitive information.
- All the collected minimal user-data will be wiped-out on closing the browser, except for the settings which will be persisted even after the closing of the browser
- For 'Search web pages' funcationality of this extension, we search the web pages of all the chrome tabs that you open in chrome except for the prohibited chrome URLs as mentioned later in this document.
- Again for 'Search web pages' funcationality we only search the users' open tabs (either active / inactive chrome tabs) and collect only the number of occurences of that search keyword in all the opened tabs and store it locally.
How do we use the user information?
- We use the user information (chrome Tab object & number of occurences of that searched keyword) to provide user with best experiences
- We store user settings of this extension on chrome sync storage so as to sync on all the logged-in chrome browser
- We also store the license data on chrome sync storage for getting it synched on all the logged-in chrome browser
- The users' oauth token will be used only for chekcing license validity and for checing the users purchased items from the chrome web store so that we could confirm if the user has purchased the item or not
What information do we share?
- We don't share any information with third-party other than with Google API for performing smooth operation of this software
Prohibited URLs for 'Search web pages' feature
- URLs that has below patterns
- http?://.+.google.com
- http?://.+.google.co.in
- chrome://.+
- view-source:https://.+
- view-source:http://.+
- chrome-extension://.+
Semantics of the special characters in the above given URL patterns
- .+ means one or more characters
- ? means one or zero characters
NOTE: Why we have prohibited the above mentioned URL patterns?
Below are the few of the reason of listing these URL patterns as prohibited,
- Chrome browser security policy don't allow chrome-extension software to access the some of the aforementioned URL patterns.
- Enabling the "Search web pages" feature on the source pages does't make any sence as the data remains same on original web page and on the source page.