GanttWork
Gantt charts and scheduling within Basecamp
ما هو GanttWork؟
GanttWork هو إضافة Chrome تم تطويرها بواسطة www.trackedhq.com، والميزة الرئيسية لها هي "Gantt charts and scheduling within Basecamp".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GanttWork
قم بتنزيل ملفات الامتداد GanttWork بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
GanttWork adds Gantt charts for easy and beautiful scheduling all within Basecamp 3 UI. Now you can stay in the app you love while accessing even more features.
معلومات أساسية عن التمديد
الاسم | GanttWork |
ID | knpphljjahkfglccppijifcohjkdhchh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ganttwork/knpphljjahkfglccppijifcohjkdhchh |
الوصف | Gantt charts and scheduling within Basecamp |
حجم الملف | 136 KB |
عدد التثبيتات | 252 |
النسخة الحالية | 2.3.3 |
آخر تحديث | 2020-07-23 |
تاريخ النشر | 2020-05-30 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | www.trackedhq.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.ganttwork.com/ |
عنوان صفحة المساعدة | https://www.ganttwork.com/contact |
عنوان صفحة سياسة الخصوصية | https://www.trackedhq.com/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "browser-polyfill.min.js", "background.js" ] }, "content_scripts": [ { "js": [ "browser-polyfill.min.js", "content.js", "js\/jquery.js", "js\/jquery-ui.min.js", "js\/profiles\/mutation_observer.js", "js\/profiles\/create_iframe.js" ], "matches": [ "https:\/\/3.basecamp.com\/*" ], "all_frames": true } ], "short_name": "GanttWork", "name": "GanttWork", "version": "2.3.3", "manifest_version": 2, "description": "Gantt charts and scheduling within Basecamp", "icons": { "48": "images\/logo_48.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_icon": "images\/logo_48.png", "default_popup": "html\/popup.html" }, "web_accessible_resources": [ "html\/*", "html_js\/*" ] } |