GitLab - Time Tracking
Control the time tracking in the GitLab with this extension.
Что такое GitLab - Time Tracking?
GitLab - Time Tracking - это расширение Chrome, разработанное lucas.monteiro, и его основная функция - "Control the time tracking in the GitLab with this extension.".
Снимки экрана расширения
Скачать файл CRX расширения GitLab - Time Tracking
Скачайте файлы расширений GitLab - Time Tracking в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        Control the time tracking in the GitLab with this extension                     Основная информация о расширении
| Название |   |  
| ID | mfchgpfejndkfdjkcjgmkkgiklobhibp | 
| Официальный URL | https://chromewebstore.google.com/detail/gitlab-time-tracking/mfchgpfejndkfdjkcjgmkkgiklobhibp | 
| Описание | Control the time tracking in the GitLab with this extension. | 
| Размер файла | 90 KB | 
| Количество установок | 15 | 
| Текущая Версия | 1.2 | 
| Последнее Обновление | 2019-06-11 | 
| Дата публикации | 2019-06-11 | 
| Разработчик | lucas.monteiro | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| Поддерживаемые языки | pt-BR | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitLab - Time Tracking",
    "description": "Control the time tracking in the GitLab with this extension.",
    "version": "1.2",
    "author": "Lucas Monteiro",
    "options_page": "options\/index.html",
    "browser_action": {
        "default_icon": "assets\/icon.png"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gitlab.com\/*\/issues\/*"
            ],
            "js": [
                "scripts\/moment.min.js",
                "scripts\/jquery-3.2.1.min.js",
                "scripts\/time.js"
            ]
        }
    ]
}  |  |