Jibble Legacy Tracker

Jibble in & out to get automated timesheets, activity/project tracking, client billing and powerful reporting for your team

什麼是Jibble Legacy Tracker?

Jibble Legacy Tracker是由https://www.jibble.io開發的Chrome擴展程式,該擴展的主要功能是“Jibble in & out to get automated timesheets, activity/project tracking, client billing and powerful reporting for your team”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Jibble Legacy Tracker擴展crx文件

下載Jibble Legacy Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Track time and attendance of your team for client billing, payroll or work productivity.  

Jibble in when you start work and jibble out when you stop, and get automated timesheets for your entire team. No more time investment at the end of the week or month.

Jibbling is more powerful with power-ups!  With activity tracking enabled you can access real time data on what everyone is working on and ensure accurate costing of tasks/projects. And if activities are associated with clients you can easily track billable time with the client billing power-up.

This Chrome extension makes it even easier for you to Jibble. You can use Jibble for free forever!

Please note that this extension only works with the legacy Jibble 1 version. Upgrade to Jibble 2 for more advanced features and a better experience!                    

擴展基本資訊

名稱 Jibble Legacy Tracker Jibble Legacy Tracker
ID ebgkkbjamcoacabklibmiggnpdlcecoc
官方網址 https://chromewebstore.google.com/detail/jibble-legacy-tracker/ebgkkbjamcoacabklibmiggnpdlcecoc
簡介 Jibble in & out to get automated timesheets, activity/project tracking, client billing and powerful reporting for your team
檔案大小 1.31 MB
安裝次數 2,118
目前版本 2.5.1
更新時間 2023-02-08
上架時間 2020-01-22
評分 4.63/5 共 24 次評分
開發者 https://www.jibble.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.jibble.io
說明頁面URL https://help.jibble.io
隱私政策頁面URL https://www.jibble.io/privacy
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jibble Legacy Tracker",
    "short_name": "Jibble",
    "description": "Jibble in & out to get automated timesheets, activity\/project tracking, client billing and powerful reporting for your team",
    "version": "2.5.1",
    "icons": {
        "16": "statics\/icon16.png",
        "48": "statics\/icon48.png",
        "128": "statics\/icon128.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "statics\/icon16.png",
            "48": "statics\/icon48.png",
            "128": "statics\/icon128.png"
        },
        "default_title": "Jibble"
    },
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "permissions": [
        "alarms"
    ],
    "background": {
        "scripts": [
            "back\/index.js"
        ],
        "persistent": false
    }
}