Open Instagantt from Asana
Add a link to Instagantt from the Asana project dashboard.
什么是Open Instagantt from Asana?
Open Instagantt from Asana是由Jonathan Woodard开发的Chrome扩展程序,该扩展的主要功能是“Add a link to Instagantt from the Asana project dashboard.”。
扩展截图
下载Open Instagantt from Asana扩展crx文件
下载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\/*"
]
} | |