Open Instagantt from Asana
Add a link to Instagantt from the Asana project dashboard.
Co to jest Open Instagantt from Asana?
Open Instagantt from Asana to rozszerzenie Chrome opracowane przez Jonathan Woodard, a jego główną funkcją jest „Add a link to Instagantt from the Asana project dashboard.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Open Instagantt from Asana
Pobierz pliki rozszerzeń Open Instagantt from Asana w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lepjbbmnhppalhkeblicbmgcpdpkhonb |
| Oficjalny URL | https://chromewebstore.google.com/detail/open-instagantt-from-asan/lepjbbmnhppalhkeblicbmgcpdpkhonb |
| Opis | Add a link to Instagantt from the Asana project dashboard. |
| Rozmiar pliku | 40 KB |
| Liczba instalacji | 541 |
| Aktualna Wersja | 1.0.0.0 |
| Ostatnia Aktualizacja | 2014-09-06 |
| Data Publikacji | 2014-09-06 |
| Ocena | 2.14/5 Łącznie 14 Oceny |
| Deweloper | Jonathan Woodard |
| Typ Płatności | free |
| Strona Rozszerzenia | http://woodar.dj/blog/asana-instagantt-chrome-plugin/ |
| Obsługiwane Języki | 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\/*"
]
} | |