Zoho people timetracker

A chrome extension that makes using the Zoho people timetracker easier

Apa itu Zoho people timetracker?

Zoho people timetracker adalah ekstensi Chrome yang dikembangkan oleh Inheaden, dan fitur utamanya adalah "A chrome extension that makes using the Zoho people timetracker easier".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Zoho people timetracker

Unduh file ekstensi Zoho people timetracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Zoho people timetracker Zoho people timetracker
ID ohahkhlnaknnepknmnbnohladlphgloo
URL Resmi https://chromewebstore.google.com/detail/zoho-people-timetracker/ohahkhlnaknnepknmnbnohladlphgloo
Deskripsi A chrome extension that makes using the Zoho people timetracker easier
Ukuran File 383 KB
Jumlah Instalasi 33
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2023-01-31
Tanggal Publikasi 2022-12-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Inheaden
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/inheaden/zoho-timetracking-chrome-extension
URL Halaman Bantuan https://github.com/inheaden/zoho-timetracking-chrome-extension/issues
Bahasa yang Didukung 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]"
        }
    }
}