Greythr - In Time Calculator

Calculate your actual In Time Office hours on .greythr.com

什么是Greythr - In Time Calculator?

Greythr - In Time Calculator是由Mazhar Shaikh开发的Chrome扩展程序,该扩展的主要功能是“Calculate your actual In Time Office hours on .greythr.com”。

扩展截图

screenshot

下载Greythr - In Time Calculator扩展crx文件

下载Greythr - In Time Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A chrome extension for calculating your office hours in real time if your company tracks attendance using .greythr.com                    

扩展基本信息

名称 Greythr - In Time Calculator Greythr - In Time Calculator
ID pibjjcefimcnabkdhabbbeknndpjedgd
官方URL https://chromewebstore.google.com/detail/greythr-in-time-calculato/pibjjcefimcnabkdhabbbeknndpjedgd
简介 Calculate your actual In Time Office hours on .greythr.com
文件大小 1.54 MB
安装次数 37
当前版本 2.2.2
更新时间 2019-07-09
上架时间 2019-07-09
评分 5.00/5 共3次评分
开发者 Mazhar Shaikh
付费类型 free
扩展官网 https://github.com/z0h4n/crx-in-time-calculator
帮助页面URL https://github.com/z0h4n/crx-in-time-calculator
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Greythr - In Time Calculator",
    "description": "Calculate your actual In Time Office hours on .greythr.com",
    "version": "2.2.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "https:\/\/*.greythr.com\/login.do*",
                "https:\/\/www.greythr.com\/*"
            ],
            "matches": [
                "https:\/\/*.greythr.com\/*"
            ],
            "js": [
                "polyfill\/custom-elements.min.js",
                "app.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "*"
    ],
    "icons": {
        "16": "16.png",
        "24": "24.png",
        "32": "32.png",
        "128": "128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "16.png",
            "24": "24.png",
            "32": "32.png"
        }
    }
}