Punchtime for Trello

Time tracking and analysis for projects on Trello

Punchtime for Trelloคืออะไร?

Punchtime for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://punchti.me และคุณลักษณะหลักของมันคือ "Time tracking and analysis for projects on Trello"

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

screenshot
screenshot
screenshot

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

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

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

                        Punchtime adds powerful time tracking to Trello. The Punchtime browser extension complements Punchtime service by letting you track time from within your Trello board.

With the extension, you can:
- quickly add logs without leaving your Trello board
- use timers while you work
- easily jump from a Trello board to its Punchtime logs
- see how much time has been logged on a board or card at a glance

This browser extension requires a free Punchtime account. Learn more and sign up at http://www.punchti.me

If you have any questions or comments, send us an email! 
[email protected]

Want to log time on the go? Get the mobile app:
for Android: https://play.google.com/store/apps/details?id=nl.perceptor.punchtimeapp&hl=en
for iOS: https://itunes.apple.com/us/app/punchtime/id840219722

====
What's new in the Chrome extension

New in version 2.5
- More robust authentication in Chrome

New in version 2.4
- Bug fixes and performance improvements
- Interface tweaks

New in version 2.3
- Use timers on the Punchtime website!
- Add logs right from Trello boards and card without opening the extension popup
- Performance improvements

New in version 2.2
- improved compatibility with Trello                    

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

ชื่อ Punchtime for Trello Punchtime for Trello
ID ojccjdibbkolgodijhgfgmcdgchlojao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/punchtime-for-trello/ojccjdibbkolgodijhgfgmcdgchlojao
คำอธิบาย Time tracking and analysis for projects on Trello
ขนาดไฟล์ 116 KB
จำนวนการติดตั้ง 1,345
เวอร์ชันปัจจุบัน 2.5.2
อัปเดตครั้งล่าสุด 2018-05-30
วันที่เผยแพร่ 2018-05-29
คะแนน 3.50/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://punchti.me
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://punchti.me
URL หน้าช่วยเหลือ http://punchtime.uservoice.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Punchtime for Trello",
    "short_name": "Punchtime",
    "description": "Time tracking and analysis for projects on Trello",
    "version": "2.5.2",
    "homepage_url": "http:\/\/www.punchti.me",
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "https:\/\/api.punchti.me\/*",
        "https:\/\/app.punchti.me\/*",
        "https:\/\/trello.com\/*",
        "storage",
        "notifications",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "tool-19-default.png",
            "38": "tool-38-default.png"
        },
        "default_title": "Punchtime",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/app.punchti.me\/*",
            "*:\/\/api.punchti.me\/*",
            "*:\/\/trello.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/trello.com\/*",
                "https:\/\/app.punchti.me\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "trello-client.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-2.1.1.min.js",
            "background.js"
        ]
    }
}