Zoho people timetracker

A chrome extension that makes using the Zoho people timetracker easier

Zoho people timetracker क्या है?

Zoho people timetracker Inheaden द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension that makes using the Zoho people timetracker easier"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Zoho people timetracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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