CGM Hercules

This extensions tells you your time status in Zeus or Jira/Zeus percentage

什么是CGM Hercules?

CGM Hercules是由grigoriu.ionut开发的Chrome扩展程序,该扩展的主要功能是“This extensions tells you your time status in Zeus or Jira/Zeus percentage”。

扩展截图

screenshot

下载CGM Hercules扩展crx文件

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

扩展使用说明

                        The extension will tell you your time status from Zeus or average percentage in Jira.
Steps:
1. login into Zeus or Jira
2. for Zeus, navigate to Reports->TimeCardReports page
   for Jira, navigate to CGM->Timetracking page
3. click Hercules in the upright corner of Chrome and then click 'Get time' button                    

扩展基本信息

名称 CGM Hercules CGM Hercules
ID lkombfnpdmhogajdbkfojclkgmgilalg
官方URL https://chromewebstore.google.com/detail/cgm-hercules/lkombfnpdmhogajdbkfojclkgmgilalg
简介 This extensions tells you your time status in Zeus or Jira/Zeus percentage
文件大小 198 KB
安装次数 423
当前版本 1.2
更新时间 2019-05-18
上架时间 2019-05-13
评分 5.00/5 共2次评分
开发者 grigoriu.ionut
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CGM Hercules",
    "description": "This extensions tells you your time status in Zeus or Jira\/Zeus percentage",
    "version": "1.2",
    "homepage_url": "https:\/\/google.com",
    "browser_action": {
        "default_icon": {
            "16": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        },
        "default_popup": "popup.html",
        "default_title": "Hercules"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/; object-src 'self'"
}