CGM Hercules

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

CGM Hercules là gì?

CGM Hercules là một tiện ích mở rộng Chrome được phát triển bởi grigoriu.ionut, và tính năng chính của nó là "This extensions tells you your time status in Zeus or Jira/Zeus percentage".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CGM Hercules

Tải xuống các tệp mở rộng CGM Hercules dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CGM Hercules CGM Hercules
ID lkombfnpdmhogajdbkfojclkgmgilalg
URL Chính Thức https://chromewebstore.google.com/detail/cgm-hercules/lkombfnpdmhogajdbkfojclkgmgilalg
Mô tả This extensions tells you your time status in Zeus or Jira/Zeus percentage
Kích Thước Tệp 198 KB
Số Lần Cài Đặt 423
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-05-18
Ngày Phát Hành 2019-05-13
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển grigoriu.ionut
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}