Zoho people timetracker

A chrome extension that makes using the Zoho people timetracker easier

什么是Zoho people timetracker?

Zoho people timetracker是由Inheaden开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension that makes using the Zoho people timetracker easier”。

扩展截图

screenshot

下载Zoho people timetracker扩展crx文件

下载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]"
        }
    }
}