External #id links for Trello
Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…
ما هو External #id links for Trello؟
External #id links for Trello هو إضافة Chrome تم تطويرها بواسطة Jonathan Gotti، والميزة الرئيسية لها هي "Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة External #id links for Trello
قم بتنزيل ملفات الامتداد External #id links for Trello بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create external links to an issue tracker) This extension is in no mean affiliated to Trello or FogCreek
معلومات أساسية عن التمديد
الاسم | External #id links for Trello |
ID | moglieipohafoofeibjajmlilecbhpeh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/external-id-links-for-tre/moglieipohafoofeibjajmlilecbhpeh |
الوصف | Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create… |
حجم الملف | 15.45 KB |
عدد التثبيتات | 19 |
النسخة الحالية | 0.0.4 |
آخر تحديث | 2014-03-17 |
تاريخ النشر | 2014-03-17 |
المطور | Jonathan Gotti |
نوع الدفع | free |
موقع الإضافة | https://github.com/malko/chrome-extension-trello-id-external-links |
عنوان صفحة المساعدة | https://github.com/malko/chrome-extension-trello-id-external-links/issues |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "make-links.js" ], "matches": [ "http:\/\/trello.com\/*", "https:\/\/trello.com\/*" ] } ], "manifest_version": 2, "name": "External #id links for Trello", "options_page": "options.html", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.4" } |