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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } |