GreytHR Time Calculator

Simplifies the task of calculating the time between swipes, making it easier than ever to track and manage your work hours

什麼是GreytHR Time Calculator?

GreytHR Time Calculator是由Sunil Soni開發的Chrome擴展程式,該擴展的主要功能是“Simplifies the task of calculating the time between swipes, making it easier than ever to track and manage your work hours”。

擴展截圖

screenshot
screenshot

下載GreytHR Time Calculator擴展crx文件

下載GreytHR Time Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Greythr Swipes Time Calculator is a powerful Google Chrome extension designed to streamline your time management process for Greythr swipes. It simplifies the task of calculating the time spent on swiping in and out of your work shifts, making it easier than ever to track and manage your work hours.

Have any feedback to share? we will be happy to get in touch with you, mail us at:
[email protected]

Add a task for us to work on (Feature Request):
[email protected]                    

擴展基本資訊

名稱 GreytHR Time Calculator GreytHR Time Calculator
ID ekbjkkcoahcdeolgkkkamlcnojcadkie
官方網址 https://chromewebstore.google.com/detail/greythr-time-calculator/ekbjkkcoahcdeolgkkkamlcnojcadkie
簡介 Simplifies the task of calculating the time between swipes, making it easier than ever to track and manage your work hours
檔案大小 82.87 KB
安裝次數 114
目前版本 2.2.8.3
更新時間 2024-02-08
上架時間 2023-06-05
評分 5.00/5 共 13 次評分
開發者 Sunil Soni
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GreytHR Time Calculator",
    "description": "Simplifies the task of calculating the time between swipes, making it easier than ever to track and manage your work hours",
    "version": "2.2.8.3",
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "assets\/icons\/logoPNG.png"
    },
    "host_permissions": [
        "https:\/\/ith.greythr.com\/v3\/api\/attendance\/info"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}