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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Open Instagantt from Asana |
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\/*" ] } |