https://github.com/dmytrovasin/workorsocialnetworks
Extention that would store the history of visited sites by the user
https://github.com/dmytrovasin/workorsocialnetworks
Last synced: 4 months ago
JSON representation
Extention that would store the history of visited sites by the user
- Host: GitHub
- URL: https://github.com/dmytrovasin/workorsocialnetworks
- Owner: DmytroVasin
- License: mit
- Created: 2017-02-05T13:01:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T11:51:22.000Z (over 8 years ago)
- Last Synced: 2025-02-21T19:11:52.883Z (8 months ago)
- Language: JavaScript
- Size: 2.51 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WorkOrSocialNetworks Chrome Extension
*Please NOTE: Do not forget to setup firebase store. Without firebase store it would not work.*
Extension that analyzes your internet activity.
It will store time that you spend on the tab. And will show graph that will display `sites` to `time` activity during the day.BTW:
Data is stored locally and does not sending to anybody except you.Link on Extension:
[Extension](https://chrome.google.com/webstore/detail/workorsocialnetworks/glmjefbehbpjijhdoplgenffgleknbdm?hl=en-US)## Video: *Click to play*
[](https://player.vimeo.com/video/204693730?autoplay=1)
## Screenshots:

## Firebase:
You can add firebase as a permanent data-store.- Todays data will be loaded from `chrome.sync.store`.
- Old data will be loaded from firebase-store.
#### How to add:
1. Create account.
2. Add credentials from firebase to extention:
```
apiKey: "API-KEY"
authDomain: "AUTH-DOMAIN" - without '.firebaseapp.com'
```3. Set Rules: ( Free access )
```
{
"rules": {
".read": true,
".write": true
}
}
```## License
MIT. See `LICENSE` included in this repo.