Bug 2 Trello
Import bug information to a Trello card.
ما هو Bug 2 Trello؟
Bug 2 Trello هو إضافة Chrome تم تطويرها بواسطة https://blog.andrewsomething.com، والميزة الرئيسية لها هي "Import bug information to a Trello card.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bug 2 Trello
قم بتنزيل ملفات الامتداد Bug 2 Trello بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Bugs 2 Trello is a Chrome extension to add bugs/issues to a Trello board. It currently supports Launchpad, GitHub, SourceForge, Google Code, BitBucket, Debian's BTS, and some Bugzilla instances. Bugs 2 Trello is open source software. It is released under the MIT license. The code is available on GitHub, and you can report bugs there. https://github.com/andrewsomething/bug2trello
معلومات أساسية عن التمديد
الاسم | Bug 2 Trello |
ID | aomnoofmdnaccffobkddehcmdihggcke |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bug-2-trello/aomnoofmdnaccffobkddehcmdihggcke |
الوصف | Import bug information to a Trello card. |
حجم الملف | 114 KB |
عدد التثبيتات | 179 |
النسخة الحالية | 0.7 |
آخر تحديث | 2017-05-09 |
تاريخ النشر | 2017-05-08 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | https://blog.andrewsomething.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://blog.andrewsomething.com/2013/06/13/introducing-bug-2-trello/ |
عنوان صفحة المساعدة | https://github.com/andrewsomething/bug2trello/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bug 2 Trello", "short_name": "bug2trello", "version": "0.7", "description": "Import bug information to a Trello card.", "icons": { "32": "icons\/icon-32.png", "128": "icons\/icon-128.png" }, "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "browser_action": { "default_title": "Bug 2 Trello", "default_icon": "icons\/icon-32.png", "default_popup": "popup\/popup.html" }, "permissions": [ "notifications", "tabs", "https:\/\/*\/", "http:\/\/*\/" ], "web_accessible_resources": [ "options\/options.html" ], "content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'" } |