CGM Hercules

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

What is CGM Hercules?

CGM Hercules is a Chrome extension developed by grigoriu.ionut, and its main feature is "This extensions tells you your time status in Zeus or Jira/Zeus percentage".

Extension Screenshots

screenshot

Download CGM Hercules Extension CRX File

Download CGM Hercules extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name CGM Hercules CGM Hercules
ID lkombfnpdmhogajdbkfojclkgmgilalg
Official URL https://chromewebstore.google.com/detail/cgm-hercules/lkombfnpdmhogajdbkfojclkgmgilalg
Description This extensions tells you your time status in Zeus or Jira/Zeus percentage
File Size 198 KB
Installation Count 423
Current Version 1.2
Last Updated 2019-05-18
Publish Date 2019-05-13
Rating 5.00/5 Total 2 Ratings
Developer grigoriu.ionut
Email [email protected]
Payment Type free
Supported Languages 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'"
}