Hours Calculator

Display a weekly summary for choosen Google Calendar.

Cos'è Hours Calculator?

Hours Calculator è un'estensione di Chrome sviluppata da Maciej Staniuk, e la sua funzione principale è "Display a weekly summary for choosen Google Calendar.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Hours Calculator

Scarica i file di estensione Hours Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Hours Calculator Hours Calculator
ID lbphhafckkdoahdnnfedeichbhbibedp
URL Ufficiale https://chromewebstore.google.com/detail/hours-calculator/lbphhafckkdoahdnnfedeichbhbibedp
Descrizione Display a weekly summary for choosen Google Calendar.
Dimensione del File 211 KB
Conteggio Installazioni 17
Versione Corrente 0.0.0.20
Ultimo Aggiornamento 2018-09-16
Data di Pubblicazione 2018-09-16
Sviluppatore Maciej Staniuk
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}