Open Instagantt from Asana
Add a link to Instagantt from the Asana project dashboard.
Wat is Open Instagantt from Asana?
Open Instagantt from Asana is een Chrome-extensie ontwikkeld door Jonathan Woodard, en de belangrijkste functie is "Add a link to Instagantt from the Asana project dashboard.".
Extensie Screenshots
Download het CRX-bestand van de extensie Open Instagantt from Asana
Download Open Instagantt from Asana-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | lepjbbmnhppalhkeblicbmgcpdpkhonb |
| Officiële URL | https://chromewebstore.google.com/detail/open-instagantt-from-asan/lepjbbmnhppalhkeblicbmgcpdpkhonb |
| Beschrijving | Add a link to Instagantt from the Asana project dashboard. |
| Bestandsgrootte | 40 KB |
| Aantal Installaties | 541 |
| Huidige Versie | 1.0.0.0 |
| Laatst Bijgewerkt | 2014-09-06 |
| Publicatiedatum | 2014-09-06 |
| Beoordeling | 2.14/5 Totaal 14 Beoordelingen |
| Ontwikkelaar | Jonathan Woodard |
| Betalingswijze | free |
| Extensiewebsite | http://woodar.dj/blog/asana-instagantt-chrome-plugin/ |
| Ondersteunde Talen | 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\/*"
]
} | |