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 |
| 官方網址 | 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\/*"
]
} | |