Copy-to-Trello

Copy text from anywhere on Chrome to create a new Trello card with the text - Or, just use the interface to create new Trello cards.

Copy-to-Trelloคืออะไร?

Copy-to-Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย marrijeen1214 และคุณลักษณะหลักของมันคือ "Copy text from anywhere on Chrome to create a new Trello card with the text - Or, just use the interface to create new Trello cards."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy-to-Trello

ดาวน์โหลดไฟล์ส่วนขยาย Copy-to-Trello ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Right click on copied text from any website and copy to the body of a new Trello card. Or, just use the simple interface in order to easily create new Trello cards!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Copy-to-Trello Copy-to-Trello
ID eadnohgkalgkbmhiehaonnjekbdfeldi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy-to-trello/eadnohgkalgkbmhiehaonnjekbdfeldi
คำอธิบาย Copy text from anywhere on Chrome to create a new Trello card with the text - Or, just use the interface to create new Trello cards.
ขนาดไฟล์ 15.15 KB
จำนวนการติดตั้ง 671
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2023-06-29
วันที่เผยแพร่ 2020-12-09
คะแนน 3.93/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา marrijeen1214
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/extensions-privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy-to-Trello",
    "version": "1.0.5",
    "description": "Copy text from anywhere on Chrome to create a new Trello card with the text - Or, just use the interface to create new Trello cards.",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}