Hours Calculator
Display a weekly summary for choosen Google Calendar.
Wat is Hours Calculator?
Hours Calculator is een Chrome-extensie ontwikkeld door Maciej Staniuk, en de belangrijkste functie is "Display a weekly summary for choosen Google Calendar.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hours Calculator
Download Hours Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | lbphhafckkdoahdnnfedeichbhbibedp |
| Officiële URL | https://chromewebstore.google.com/detail/hours-calculator/lbphhafckkdoahdnnfedeichbhbibedp |
| Beschrijving | Display a weekly summary for choosen Google Calendar. |
| Bestandsgrootte | 211 KB |
| Aantal Installaties | 17 |
| Huidige Versie | 0.0.0.20 |
| Laatst Bijgewerkt | 2018-09-16 |
| Publicatiedatum | 2018-09-16 |
| Ontwikkelaar | Maciej Staniuk |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hours Calculator",
"version": "0.0.0.20",
"description": "Display a weekly summary for choosen Google Calendar.",
"manifest_version": 2,
"browser_action": {
"default_title": "Calendar Helper",
"default_popup": "html\/index.html"
},
"icons": {
"18": "icons\/baseline-schedule-black-18\/1x\/baseline_schedule_black_18dp.png",
"24": "icons\/baseline-schedule-black-24\/1x\/baseline_schedule_black_24dp.png",
"48": "icons\/baseline-schedule-black-24\/2x\/baseline_schedule_black_24dp.png",
"96": "icons\/baseline-schedule-black-48\/2x\/baseline_schedule_black_48dp.png"
},
"background": {
"scripts": [
"src\/out\/background.js"
],
"persistent": false
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvdv8BRv5PaszhYo00lsVG8S7JZhKBuHTg0pxgubVv2rPykiHzBXK\/JgYMCcDRnA0hQ8DmHpWNs5Lx0lu\/rxHEoGK5qNf+lh0FPLRFC6HCplwYa30D0\/A2lY9\/6rYKO0NrLw6LKZlmiQRaW9QHp\/I8j63rxdigRhhf7kxfU13RJyo3djcvBjMWcJIESL1DGZUrBeTSUPlmSTvPDt3VTabMq9P+\/cZeFYCLeWZFjZt0A7i4AK26qR2RjgWM0FlvTtjqIsKoO5jg2\/l5q0HJ83p6d1LBHT43xchoEJgnf+p0K6JWzomGZT0QH9rOlNWSR5ARXk1GsB6qI8eUw37BqCQCQIDAQAB",
"oauth2": {
"client_id": "55561893459-sgrahob0taitfom96e8gvdf6ned9qq8s.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/calendar.readonly",
"https:\/\/www.googleapis.com\/auth\/plus.login"
]
},
"permissions": [
"identity",
"storage",
"cookies",
"https:\/\/www.googleapis.com\/calendar\/v3\/*"
]
} | |