Open Instagantt from Asana
Add a link to Instagantt from the Asana project dashboard.
Что такое Open Instagantt from Asana?
Open Instagantt from Asana - это расширение Chrome, разработанное Jonathan Woodard, и его основная функция - "Add a link to Instagantt from the Asana project dashboard.".
Снимки экрана расширения
Скачать файл CRX расширения Open Instagantt from Asana
Скачайте файлы расширений Open Instagantt from Asana в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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! Основная информация о расширении
| Название | |
| ID | lepjbbmnhppalhkeblicbmgcpdpkhonb |
| Официальный URL | https://chromewebstore.google.com/detail/open-instagantt-from-asan/lepjbbmnhppalhkeblicbmgcpdpkhonb |
| Описание | Add a link to Instagantt from the Asana project dashboard. |
| Размер файла | 40 KB |
| Количество установок | 541 |
| Текущая Версия | 1.0.0.0 |
| Последнее Обновление | 2014-09-06 |
| Дата публикации | 2014-09-06 |
| Рейтинг | 2.14/5 Всего 14 оценок |
| Разработчик | Jonathan Woodard |
| Тип оплаты | free |
| Официальный сайт расширения | http://woodar.dj/blog/asana-instagantt-chrome-plugin/ |
| Поддерживаемые языки | 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\/*"
]
} | |