Open Instagantt from Asana

Add a link to Instagantt from the Asana project dashboard.

Qu'est-ce que Open Instagantt from Asana ?

Open Instagantt from Asana est une extension Chrome développée par Jonathan Woodard, et sa fonction principale est "Add a link to Instagantt from the Asana project dashboard.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Open Instagantt from Asana

Téléchargez les fichiers d'extension Open Instagantt from Asana au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Instagantt makes awesome Gantt charts out of Asana projects, but it's a hassle to have to open the two apps separately. This adds a link to the Instagantt app from the header of your Asana dashboard!                    

Informations de Base sur l'Extension

Nom Open Instagantt from Asana Open Instagantt from Asana
ID lepjbbmnhppalhkeblicbmgcpdpkhonb
URL Officiel https://chromewebstore.google.com/detail/open-instagantt-from-asan/lepjbbmnhppalhkeblicbmgcpdpkhonb
Description Add a link to Instagantt from the Asana project dashboard.
Taille du Fichier 40 KB
Nombre d'Installations 541
Version Actuelle 1.0.0.0
Dernière Mise à Jour 2014-09-06
Date de Publication 2014-09-06
Évaluation 2.14/5 Total 14 Évaluations
Développeur Jonathan Woodard
Type de Paiement free
Site Web de l'Extension http://woodar.dj/blog/asana-instagantt-chrome-plugin/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Instagantt from Asana",
    "version": "1.0.0.0",
    "manifest_version": 2,
    "description": "Add a link to Instagantt from the Asana project dashboard.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.asana.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "img\/*"
    ]
}