StoryPoint for Asana
track your scrum story points on your Asana board.
ما هو StoryPoint for Asana؟
StoryPoint for Asana هو إضافة Chrome تم تطويرها بواسطة igtm، والميزة الرئيسية لها هي "track your scrum story points on your Asana board.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة StoryPoint for Asana
قم بتنزيل ملفات الامتداد StoryPoint for Asana بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
track your scrum story points on your Asana board. This is open source project Please feel free to send pull-request to it! https://github.com/igtm/storypoint-for-asana-chrome-ext
معلومات أساسية عن التمديد
الاسم | StoryPoint for Asana |
ID | ipkcinfcdhhcmibffhlklololceffgnc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/storypoint-for-asana/ipkcinfcdhhcmibffhlklololceffgnc |
الوصف | track your scrum story points on your Asana board. |
حجم الملف | 26.95 KB |
عدد التثبيتات | 1,305 |
النسخة الحالية | 0.0.20 |
آخر تحديث | 2022-08-17 |
تاريخ النشر | 2020-05-12 |
تقييم | 4.63/5 مجموع تقييمات 8 |
المطور | igtm |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/igtm/storypoint-for-asana-chrome-ext |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "StoryPoint for Asana", "version": "0.0.20", "manifest_version": 2, "description": "track your scrum story points on your Asana board.", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "js": [ "scripts\/contentscript.js" ], "matches": [ "https:\/\/app.asana.com\/*" ] } ], "permissions": [] } |