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
官方網址 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'"
}