Scrum 2 Trello
Adds Scrum to your Trello
ما هو Scrum 2 Trello؟
Scrum 2 Trello هو إضافة Chrome تم تطويرها بواسطة Grey Rook GmbH، والميزة الرئيسية لها هي "Adds Scrum to your Trello".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Scrum 2 Trello
قم بتنزيل ملفات الامتداد Scrum 2 Trello بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a forked version of Marcel Duin's and Jasper Kaizer's original version of Scrum for Trello. Adds Scrum to your Trello Scrum for Trello adds functionality to the awesome trello.com for use in Scrum projects.
معلومات أساسية عن التمديد
الاسم | Scrum 2 Trello |
ID | eklnbcfpdppjhpiohbhjolbnolgolknm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/scrum-2-trello/eklnbcfpdppjhpiohbhjolbnolgolknm |
الوصف | Adds Scrum to your Trello |
حجم الملف | 62.23 KB |
عدد التثبيتات | 109 |
النسخة الحالية | 1.2 |
آخر تحديث | 2019-01-03 |
تاريخ النشر | 2019-01-03 |
تقييم | 4.25/5 مجموع تقييمات 4 |
المطور | Grey Rook GmbH |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/GreyRook/scrum2trello |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scrum 2 Trello", "version": "1.2", "description": "Adds Scrum to your Trello", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "jquery-2.1.4.min.js", "trelloscrum.js" ], "css": [ "trelloscrum.css" ] } ], "manifest_version": 2, "icons": { "128": "trello-scrum-icon.png" }, "web_accessible_resources": [ "images\/storypoints-icon.png", "images\/points-done.png", "images\/burndown_for_trello_icon_12x12.png", "images\/burndown_for_trello_icon_18x18.png", "images\/trello-scrum-icon_12x12.png", "images\/trello-scrum-icon_18x18.png" ], "permissions": [ "storage" ] } |