Jibble Time Tracker

Easily track time from anywhere for payroll, attendance, timesheets, billing and project tracking.

Jibble Time Trackerคืออะไร?

Jibble Time Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.jibble.io และคุณลักษณะหลักของมันคือ "Easily track time from anywhere for payroll, attendance, timesheets, billing and project tracking."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jibble Time Tracker

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

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

                        Jibble is the ultimate employee time tracking software, trusted by tens of thousands of customers to automate timesheets, manage payroll and gain insights into how and where their employees are spending time. 

In this release, Jibble's Chrome Extension added integrations with your favorite tools and platforms: Notion, Jira, and Google Docs.

Core Chrome Extension functionalities:
- Track time and take breaks
- Switch activities
- Detailed time entries
- Reminders
- Automatic clock out
- Keyboard shortcuts

Supercharge your time management with our time-tracking extension. Start tracking time from your Google Chrome browser with a click of a button, wherever your work takes you across the web. Easily track how much time you spend across activities and projects then analyze and export time reports from your Jibble account.

Jibble can be used for desk workers or remote teams and is used in various industries such as construction, education, hospitality, food services, healthcare and many more. 

Time tracking in Jibble is free forever for unlimited users. Try out more advanced features with a free fully functional 14-day trial, no credit-card required. Forget about dealing with paper timesheets and save both time & money with Jibble!

For more information, please contact us at [email protected]                    

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

ชื่อ Jibble Time Tracker Jibble Time Tracker
ID npekhgpoojmdohcodipnbaccbfglfnog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jibble-time-tracker/npekhgpoojmdohcodipnbaccbfglfnog
คำอธิบาย Easily track time from anywhere for payroll, attendance, timesheets, billing and project tracking.
ขนาดไฟล์ 820 KB
จำนวนการติดตั้ง 4,569
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2023-12-14
วันที่เผยแพร่ 2023-03-02
คะแนน 4.66/5 รวมทั้งหมด 32 คะแนน
ผู้พัฒนา https://www.jibble.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.jibble.io
URL หน้าช่วยเหลือ https://www.jibble.io/help
URL หน้านโยบายความเป็นส่วนตัว https://www.jibble.io/privacy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jibble Time Tracker",
    "short_name": "Jibble",
    "description": "Easily track time from anywhere for payroll, attendance, timesheets, billing and project tracking.",
    "version": "1.3.1",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "storage",
        "scripting",
        "tabs"
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "Jibble"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.atlassian.net\/*",
                "https:\/\/docs.google.com\/*",
                "https:\/\/www.notion.so\/*",
                "https:\/\/calendar.google.com\/*",
                "https:\/\/*.evernote.com\/*",
                "https:\/\/*.basecamp.com\/*",
                "https:\/\/*.asana.com\/*",
                "https:\/\/*.airtable.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/*.hubspot.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "assets\/integrations\/general.css"
            ]
        },
        {
            "css": [
                "assets\/integrations\/jira.css"
            ],
            "matches": [
                "https:\/\/*.atlassian.net\/*"
            ]
        },
        {
            "css": [
                "assets\/integrations\/google-docs.css"
            ],
            "matches": [
                "https:\/\/docs.google.com\/*"
            ]
        },
        {
            "css": [
                "assets\/integrations\/notion.css"
            ],
            "matches": [
                "https:\/\/www.notion.so\/*"
            ]
        },
        {
            "css": [
                "assets\/integrations\/google-calendar.css"
            ],
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ]
        },
        {
            "css": [
                "assets\/integrations\/evernote.css"
            ],
            "matches": [
                "https:\/\/*.evernote.com\/*"
            ]
        },
        {
            "css": [
                "assets\/integrations\/basecamp.css"
            ],
            "matches": [
                "https:\/\/*.basecamp.com\/*"
            ]
        },
        {
            "css": [
                "assets\/integrations\/asana.css"
            ],
            "matches": [
                "https:\/\/*.asana.com\/*"
            ]
        },
        {
            "css": [
                "assets\/integrations\/airtable.css"
            ],
            "matches": [
                "https:\/\/*.airtable.com\/*"
            ]
        },
        {
            "css": [
                "assets\/integrations\/gmail.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        },
        {
            "css": [
                "assets\/integrations\/hubspot.css"
            ],
            "matches": [
                "https:\/\/*.hubspot.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/*.jibble.io\/*",
        "https:\/\/*.atlassian.net\/*",
        "https:\/\/*.google.com\/*",
        "https:\/\/www.notion.so\/*",
        "https:\/\/*.evernote.com\/*",
        "https:\/\/*.basecamp.com\/*",
        "https:\/\/*.asana.com\/*",
        "https:\/\/*.airtable.com\/*",
        "https:\/\/*.hubspot.com\/*"
    ],
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "64": "assets\/icons\/64.png",
        "128": "assets\/icons\/128.png"
    },
    "commands": {
        "clock-in-out": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Toggle jibble"
        }
    }
}