eHarmony Chrome Extension

Clock In/Out from chrome extension

什么是eHarmony Chrome Extension?

eHarmony Chrome Extension是由erez开发的Chrome扩展程序,该扩展的主要功能是“Clock In/Out from chrome extension”。

扩展截图

screenshot
screenshot
screenshot

下载eHarmony Chrome Extension扩展crx文件

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

扩展使用说明

                        This extension for users of the application called E-Harmony.
E-harmony is used by companies. Once the employee comes to work, he/she should clock in, so the manager can see that he/she is in the office. The same situation happens when the employee is going out of office. (she/he should clock out).
Based on this clock ins/clocks out the application generates various reports for managers. 
Currently clock in/clock out is done within 4-5 steps:
* user needs to login to the application
* user needs to go specific page
* user needs to filter grid to choose current date row
* user needs to clock in
* user needs to save

That is why we came up with chrome extension, it makes life of employees easier. We hope, we have achieved this goal.                    

扩展基本信息

名称 eHarmony Chrome Extension eHarmony Chrome Extension
ID dhhiangfpdoigoljilnibodicldceood
官方URL https://chromewebstore.google.com/detail/eharmony-chrome-extension/dhhiangfpdoigoljilnibodicldceood
简介 Clock In/Out from chrome extension
文件大小 261 KB
安装次数 37
当前版本 1.3
更新时间 2021-01-15
上架时间 2020-11-14
开发者 erez
电子邮箱 [email protected]
付费类型 free
支持的语言 iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "eHarmony Chrome Extension",
    "version": "1.3",
    "description": "Clock In\/Out from chrome extension",
    "permissions": [
        "declarativeContent",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "alarms",
        "activeTab"
    ],
    "options_page": "src\/settings.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "src\/images\/icons25.png",
            "32": "src\/images\/icons25.png",
            "48": "src\/images\/icons25.png",
            "128": "src\/images\/icons25.png"
        }
    },
    "icons": {
        "16": "src\/images\/icons25.png",
        "32": "src\/images\/icons25.png",
        "48": "src\/images\/icons25.png",
        "128": "src\/images\/icons25.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/scripts\/content.js"
            ]
        }
    ]
}