Zoho people timetracker

A chrome extension that makes using the Zoho people timetracker easier

Wat is Zoho people timetracker?

Zoho people timetracker is een Chrome-extensie ontwikkeld door Inheaden, en de belangrijkste functie is "A chrome extension that makes using the Zoho people timetracker easier".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Zoho people timetracker

Download Zoho people timetracker-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

                        An unofficial chrome extension that makes using the Zoho people timetracker easier.

It has the following features:
* Authentication with Zoho
* Search for Jobs and start a timer
* Pause and resume a timer

This requires an account on https://people.zoho.eu/.                    

Basisinformatie over de Extensie

Naam Zoho people timetracker Zoho people timetracker
ID ohahkhlnaknnepknmnbnohladlphgloo
Officiële URL https://chromewebstore.google.com/detail/zoho-people-timetracker/ohahkhlnaknnepknmnbnohladlphgloo
Beschrijving A chrome extension that makes using the Zoho people timetracker easier
Bestandsgrootte 383 KB
Aantal Installaties 33
Huidige Versie 1.2.0
Laatst Bijgewerkt 2023-01-31
Publicatiedatum 2022-12-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Inheaden
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/inheaden/zoho-timetracking-chrome-extension
Help Pagina-URL https://github.com/inheaden/zoho-timetracking-chrome-extension/issues
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension that makes using the Zoho people timetracker easier",
    "version": "1.2.0",
    "manifest_version": 3,
    "name": "Zoho people timetracker",
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "host_permissions": [
        "https:\/\/people.zoho.eu\/*",
        "https:\/\/*.inheaden.cloud\/*"
    ],
    "permissions": [
        "identity"
    ],
    "devtools_page": "devtools.html",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}