Add a link to trello
This extension will let you add a link to a list on a board on Trello.
Add a link to trelloคืออะไร?
Add a link to trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://omgmog.net และคุณลักษณะหลักของมันคือ "This extension will let you add a link to a list on a board on Trello."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add a link to trello
ดาวน์โหลดไฟล์ส่วนขยาย Add a link to trello ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a Google Chrome extension that lets you add the currently viewed page to a board on Trello. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ngignckpjkimcpnlphkbgpnbpnicnffe |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/add-a-link-to-trello/ngignckpjkimcpnlphkbgpnbpnicnffe |
| คำอธิบาย | This extension will let you add a link to a list on a board on Trello. |
| ขนาดไฟล์ | 71.53 KB |
| จำนวนการติดตั้ง | 517 |
| เวอร์ชันปัจจุบัน | 1.2.1 |
| อัปเดตครั้งล่าสุด | 2021-07-30 |
| วันที่เผยแพร่ | 2014-03-14 |
| คะแนน | 4.11/5 รวมทั้งหมด 9 คะแนน |
| ผู้พัฒนา | https://omgmog.net |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/omgmog/chrome-add-link-to-trello |
| URL หน้าช่วยเหลือ | https://github.com/omgmog/chrome-add-link-to-trello/issues |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Add a link to trello",
"description": "This extension will let you add a link to a list on a board on Trello.",
"version": "1.2.1",
"options_page": "options.html",
"permissions": [
"https:\/\/api.trello.com\/",
"tabs"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"options.html"
],
"content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'"
} | |