Zoho people timetracker

A chrome extension that makes using the Zoho people timetracker easier

O que é Zoho people timetracker?

Zoho people timetracker é uma extensão do Chrome desenvolvida por Inheaden, e sua principal característica é "A chrome extension that makes using the Zoho people timetracker easier".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Zoho people timetracker

Baixe arquivos de extensão Zoho people timetracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Zoho people timetracker Zoho people timetracker
ID ohahkhlnaknnepknmnbnohladlphgloo
URL Oficial https://chromewebstore.google.com/detail/zoho-people-timetracker/ohahkhlnaknnepknmnbnohladlphgloo
Descrição A chrome extension that makes using the Zoho people timetracker easier
Tamanho do Arquivo 383 KB
Contagem de Instalações 33
Versão Atual 1.2.0
Última Atualização 2023-01-31
Data de Publicação 2022-12-09
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Inheaden
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/inheaden/zoho-timetracking-chrome-extension
URL da Página de Ajuda https://github.com/inheaden/zoho-timetracking-chrome-extension/issues
Idiomas Suportados 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]"
        }
    }
}