GanttWork

Gantt charts and scheduling within Basecamp

Что такое GanttWork?

GanttWork - это расширение Chrome, разработанное www.trackedhq.com, и его основная функция - "Gantt charts and scheduling within Basecamp".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения GanttWork

Скачайте файлы расширений GanttWork в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        GanttWork adds Gantt charts for easy and beautiful scheduling all within Basecamp 3 UI. Now you can stay in the app you love while accessing even more features.                    

Основная информация о расширении

Название GanttWork GanttWork
ID knpphljjahkfglccppijifcohjkdhchh
Официальный URL https://chromewebstore.google.com/detail/ganttwork/knpphljjahkfglccppijifcohjkdhchh
Описание Gantt charts and scheduling within Basecamp
Размер файла 136 KB
Количество установок 252
Текущая Версия 2.3.3
Последнее Обновление 2020-07-23
Дата публикации 2020-05-30
Рейтинг 5.00/5 Всего 1 оценок
Разработчик www.trackedhq.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.ganttwork.com/
URL страницы помощи https://www.ganttwork.com/contact
URL страницы политики конфиденциальности https://www.trackedhq.com/privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "browser-polyfill.min.js",
                "content.js",
                "js\/jquery.js",
                "js\/jquery-ui.min.js",
                "js\/profiles\/mutation_observer.js",
                "js\/profiles\/create_iframe.js"
            ],
            "matches": [
                "https:\/\/3.basecamp.com\/*"
            ],
            "all_frames": true
        }
    ],
    "short_name": "GanttWork",
    "name": "GanttWork",
    "version": "2.3.3",
    "manifest_version": 2,
    "description": "Gantt charts and scheduling within Basecamp",
    "icons": {
        "48": "images\/logo_48.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "images\/logo_48.png",
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        "html\/*",
        "html_js\/*"
    ]
}