Gantt Chart Generator

Gantt Chart Generator

Τι είναι το Gantt Chart Generator;

Το Gantt Chart Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://manage-progress.tech, και η κύρια λειτουργία του είναι "Gantt Chart Generator".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου 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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Gantt Chart Generator Gantt Chart Generator
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"
    ]
}