https://github.com/jjideenschmiede/timev2chrome
Google Chrome extension for timev2.
https://github.com/jjideenschmiede/timev2chrome
google googlechrome
Last synced: 4 months ago
JSON representation
Google Chrome extension for timev2.
- Host: GitHub
- URL: https://github.com/jjideenschmiede/timev2chrome
- Owner: jjideenschmiede
- Created: 2021-01-07T09:10:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T14:36:07.000Z (over 5 years ago)
- Last Synced: 2025-10-23T10:39:33.670Z (8 months ago)
- Topics: google, googlechrome
- Language: HTML
- Homepage: https://timev2.de
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Chrome Extension
To give you the best experience with our app, we have programmed a Google Chrome extension. This accesses your app installation via the **domainkey** and the **token**.
Currently only times can be added via the applications. Other functions are currently not planned.
## manifest.json
Here, as with any extension, the permissions and metadata are stored.
## popup.html
In the popup HTML only a form is stored and the possibility to make the settings.
## main.js
In the JavaScript file the brain of this extension is hidden. Everything is controlled here.
The keys are read or stored here via the Google Chrome Storage. The customers and projects are loaded directly via two functions. And via the token our backend recognizes which user it is.
The complete communication with our backend runs over this file.
## style.sass / main.min.css
Actually only serves to beautify the HTML file.