Add it for Trello
This extension lets you add new cards to boards/lists and attach the current page as a comment
ما هو Add it for Trello؟
Add it for Trello هو إضافة Chrome تم تطويرها بواسطة wyegelwel، والميزة الرئيسية لها هي "This extension lets you add new cards to boards/lists and attach the current page as a comment".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Add it for Trello
قم بتنزيل ملفات الامتداد Add it for Trello بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Add cards to Trello from any page. The extension is fairly simple, the screenshots should explain it all. Github link: https://github.com/wyegelwel/Trello_It
معلومات أساسية عن التمديد
الاسم | Add it for Trello |
ID | gcojdlkfcjmklneaoniagdciohpoblch |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/add-it-for-trello/gcojdlkfcjmklneaoniagdciohpoblch |
الوصف | This extension lets you add new cards to boards/lists and attach the current page as a comment |
حجم الملف | 768 KB |
عدد التثبيتات | 132 |
النسخة الحالية | 0.3 |
آخر تحديث | 2015-07-28 |
تاريخ النشر | 2015-07-27 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | wyegelwel |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add it for Trello", "description": "This extension lets you add new cards to boards\/lists and attach the current page as a comment", "version": "0.3", "browser_action": { "default_icon": "images\/Trello_it_logo.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/api.trello.com https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "https:\/\/trello.com\/", "https:\/\/api.trello.com\/", "tabs" ] } |