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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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]"
        }
    }
}