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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
    }
}