Bug 2 Trello

Import bug information to a Trello card.

Bug 2 Trelloคืออะไร?

Bug 2 Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blog.andrewsomething.com และคุณลักษณะหลักของมันคือ "Import bug information to a Trello card."

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bug 2 Trello

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

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

                        Bugs 2 Trello is a Chrome extension to add bugs/issues to a Trello board. It currently supports Launchpad, GitHub, SourceForge, Google Code, BitBucket, Debian's BTS, and some Bugzilla instances.

Bugs 2 Trello is open source software. It is released under the MIT license. The code is available on GitHub, and you can report bugs there.

https://github.com/andrewsomething/bug2trello                    

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

ชื่อ Bug 2 Trello Bug 2 Trello
ID aomnoofmdnaccffobkddehcmdihggcke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bug-2-trello/aomnoofmdnaccffobkddehcmdihggcke
คำอธิบาย Import bug information to a Trello card.
ขนาดไฟล์ 114 KB
จำนวนการติดตั้ง 179
เวอร์ชันปัจจุบัน 0.7
อัปเดตครั้งล่าสุด 2017-05-09
วันที่เผยแพร่ 2017-05-08
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://blog.andrewsomething.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://blog.andrewsomething.com/2013/06/13/introducing-bug-2-trello/
URL หน้าช่วยเหลือ https://github.com/andrewsomething/bug2trello/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bug 2 Trello",
    "short_name": "bug2trello",
    "version": "0.7",
    "description": "Import bug information to a Trello card.",
    "icons": {
        "32": "icons\/icon-32.png",
        "128": "icons\/icon-128.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_title": "Bug 2 Trello",
        "default_icon": "icons\/icon-32.png",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "notifications",
        "tabs",
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "web_accessible_resources": [
        "options\/options.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'"
}