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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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'"
}