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