Add to Trello
Add cards to your Trello boards from your browser
Add to Trelloคืออะไร?
Add to Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย walteranderson และคุณลักษณะหลักของมันคือ "Add cards to your Trello boards from your browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add to Trello
ดาวน์โหลดไฟล์ส่วนขยาย Add to Trello ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Whats new: - Change the card's position to "top" or "bottom" when adding a card - New project structure that will make it easier to add new features Add to Trello lets you easily add a cards to the Trello board of your choice straight from the browser. Automatically save your current tab to the board and list of your choice. The web page's title and link will be automatically filled in for you, and the extension will remember the board and list you chose last.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Add to Trello |
ID | engmocckoohpopiacajolojeobefbcec |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/add-to-trello/engmocckoohpopiacajolojeobefbcec |
คำอธิบาย | Add cards to your Trello boards from your browser |
ขนาดไฟล์ | 228 KB |
จำนวนการติดตั้ง | 14,401 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2016-12-23 |
วันที่เผยแพร่ | 2016-12-23 |
คะแนน | 4.28/5 รวมทั้งหมด 71 คะแนน |
ผู้พัฒนา | walteranderson |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add to Trello", "description": "Add cards to your Trello boards from your browser", "version": "1.0.0", "browser_action": { "default_popup": "popup.html", "default_title": "Add Cards to Trello" }, "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "permissions": [ "tabs", "https:\/\/api.trello.com\/" ], "web_accessible_resources": [ "settings.html" ] } |