Toggl - Productivity Pack

Productivity enhancements for Toggl time tracking

Toggl - Productivity Packคืออะไร?

Toggl - Productivity Pack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mii.at และคุณลักษณะหลักของมันคือ "Productivity enhancements for Toggl time tracking"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Toggl - Productivity Pack

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

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

                        The Toggl Productivity Pack provides enhancements for the Toggl time tracking service.

Enhancements

 - Select All / None links in person, project and tag report filters.                    

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

ชื่อ Toggl - Productivity Pack Toggl - Productivity Pack
ID ehdkmhgmlehnbibjhddpfelefhhniecm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/toggl-productivity-pack/ehdkmhgmlehnbibjhddpfelefhhniecm
คำอธิบาย Productivity enhancements for Toggl time tracking
ขนาดไฟล์ 58.1 KB
จำนวนการติดตั้ง 1,495
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2013-07-25
วันที่เผยแพร่ 2013-07-25
คะแนน 3.25/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://www.mii.at
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mii-at/toggl-productivity-pack
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Toggl - Productivity Pack",
    "homepage_url": "https:\/\/github.com\/mii-at\/toggl-productivity-pack",
    "icons": {
        "128": "toggl-logo.128.png",
        "48": "toggl-logo.48.png"
    },
    "version": "1.1.0",
    "description": "Productivity enhancements for Toggl time tracking",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.toggl.com\/report*"
            ],
            "css": [],
            "js": [
                "jquery-1.7.2.min.js",
                "report-extensions.js"
            ]
        }
    ]
}