Gantt Chart Generator
Gantt Chart Generator
Что такое Gantt Chart Generator?
Gantt Chart Generator - это расширение Chrome, разработанное http://manage-progress.tech, и его основная функция - "Gantt Chart Generator".
Снимки экрана расширения
Скачать файл CRX расширения Gantt Chart Generator
Скачайте файлы расширений Gantt Chart Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The extension for generating gantt chart by very simple steps: 1. Create project 2. Input tasks, estimations of each tasks 3. Input members, schedule of each members 4. Create Generate gantt chart button In the addition, you can input time you spent for each task to manage your project progress
Основная информация о расширении
Название | |
ID | laffoghbmagkehgfialloineeoclgchp |
Официальный URL | https://chrome.google.com/webstore/detail/gantt-chart-generator/laffoghbmagkehgfialloineeoclgchp |
Описание | Gantt Chart Generator |
Размер файла | 7.67 KB |
Количество установок | 117 |
Текущая Версия | 1.0 |
Последнее Обновление | 2021-02-02 |
Дата публикации | 2020-12-27 |
Разработчик | http://manage-progress.tech |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | http://javoca.com/about/privacy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gantt Chart Generator", "description": "Gantt Chart Generator", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "html\/main.html" }, "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "permissions": [], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "web_accessible_resources": [ "icon.png" ] } |