Zoho people timetracker

A chrome extension that makes using the Zoho people timetracker easier

Qu'est-ce que Zoho people timetracker ?

Zoho people timetracker est une extension Chrome développée par Inheaden, et sa fonction principale est "A chrome extension that makes using the Zoho people timetracker easier".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Zoho people timetracker

Téléchargez les fichiers d'extension Zoho people timetracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/.                    

Informations de Base sur l'Extension

Nom Zoho people timetracker Zoho people timetracker
ID ohahkhlnaknnepknmnbnohladlphgloo
URL Officiel https://chromewebstore.google.com/detail/zoho-people-timetracker/ohahkhlnaknnepknmnbnohladlphgloo
Description A chrome extension that makes using the Zoho people timetracker easier
Taille du Fichier 383 KB
Nombre d'Installations 33
Version Actuelle 1.2.0
Dernière Mise à Jour 2023-01-31
Date de Publication 2022-12-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur Inheaden
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/inheaden/zoho-timetracking-chrome-extension
URL de la Page d'Aide https://github.com/inheaden/zoho-timetracking-chrome-extension/issues
Langues Prises en Charge 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]"
        }
    }
}