Zoho people timetracker

A chrome extension that makes using the Zoho people timetracker easier

Что такое Zoho people timetracker?

Zoho people timetracker - это расширение Chrome, разработанное Inheaden, и его основная функция - "A chrome extension that makes using the Zoho people timetracker easier".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Zoho people timetracker

Скачайте файлы расширений Zoho people timetracker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Zoho people timetracker Zoho people timetracker
ID ohahkhlnaknnepknmnbnohladlphgloo
Официальный URL https://chromewebstore.google.com/detail/zoho-people-timetracker/ohahkhlnaknnepknmnbnohladlphgloo
Описание A chrome extension that makes using the Zoho people timetracker easier
Размер файла 383 KB
Количество установок 33
Текущая Версия 1.2.0
Последнее Обновление 2023-01-31
Дата публикации 2022-12-09
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Inheaden
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/inheaden/zoho-timetracking-chrome-extension
URL страницы помощи https://github.com/inheaden/zoho-timetracking-chrome-extension/issues
Поддерживаемые языки 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]"
        }
    }
}