CGM Hercules

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

CGM Herculesคืออะไร?

CGM Hercules เป็นส่วนขยายของ Chrome ที่พัฒนาโดย grigoriu.ionut และคุณลักษณะหลักของมันคือ "This extensions tells you your time status in Zeus or Jira/Zeus percentage"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CGM Hercules

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}