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
官方URL 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"
    }
}