Breeze Clock: GPS Employee Time Tracker

Breeze Clock

Breeze Clock: GPS Employee Time Tracker란 무엇입니까?

Breeze Clock: GPS Employee Time Tracker은(는) https://breezeclock.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Breeze Clock"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Breeze Clock: GPS Employee Time Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Timesheets with GPS Location Tracking and Calculate Payroll & Overtime. Designed for small businesses, it’s the easiest way to manage timesheets. Employees can clock-in from the internet, smartphone, dial-in from a phone or SMS.


** Note: This app requires a Breeze Clock account.  **

** All sign ups includes a FREE 14-day trial period. **


Payroll management is vital for success and Breeze Clock can help make it easy. Breeze Clock is an online time clock, allowing you to effectively log and collate workers' hours. It's a step towards making time tracking a breeze!


Our Android app includes GPS location tracking functions, so you can monitor your work-site staff and issue invoices that are accurate and avoid billing disputes. Ideal for non-office staff, such as construction, trades, delivery route, and workers staffed at client-site.



SIMPLE TIME TRACKING & TIMESHEETS WITH GPS LOCATION TRACKING

• Real-time punch clock
• Manual time entry
• Geofence
• GPS location tracking 
• View and edit time entries, assign job codes to track billable hours to clients 
• Edit shift reports for better employee tracking



MANAGE APPROVALS AND REVIEW GPS LOCATIONS 

• Managers can review GPS location history of the time entries for the entire team
• Managers can approve time entries for payroll reporting, created from the web dashboard



STAY IN SYNC WITH TEAM STATUS

• View teammates’ status in real-time from the dashboard
• Manage Paid Time Off (“PTO”), holiday, and vacation time



PLUS, using the Web dashboard:

• Payroll and Overtime reports
• Meal Breaks and Holiday settings for payroll reports 
• Powerful, real-time reports in multiple formats (PDF, EXCEL, Online) 
• Calendar Scheduling


SIGN UP 

This time tracking app requires a Breeze Clock account. Sign up now at https://breezeclock.com for a FREE 14-day trial, No credit card required.


All time and PTO entries, and GPS history, are seamlessly synced with your Breeze Clock account and completely viewable online via our Web dashboard or Chrome App. 


Sign in to Breeze Clock from the Web dashboard for access to more features like the payroll reports for overtime calculation or calendar scheduling. 

With Breeze Clock, you’ll be spending less time managing your timesheet, and more time focusing running your business. Get started today!


User Data Privacy: This app does not collect or use any personal information or sensitive user data, other than your IP address, GPS coordinates, and account login. All transmission is encrypted with HTTPS and passwords are stored via encryption on our servers. See more at: https://breezeclock.com/privacy                    

확장 프로그램 기본 정보

이름 Breeze Clock: GPS Employee Time Tracker Breeze Clock: GPS Employee Time Tracker
ID pjelggmhljlglmanegjlacnjmlbdbckp
공식 URL https://chromewebstore.google.com/detail/breeze-clock-gps-employee/pjelggmhljlglmanegjlacnjmlbdbckp
설명 Breeze Clock
파일 크기 34.75 KB
설치 횟수 516
현재 버전 1.1.6
최근 업데이트 2023-08-28
출시 날짜 2018-10-01
평점 4.17/5 총 12 개의 평점
개발자 https://breezeclock.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://breezeclock.com
도움말 페이지 URL https://breezeclock.com/contact
개인정보 보호 정책 페이지 URL https://breezeclock.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Breeze Clock: GPS Employee Time Tracker ",
    "short_name": "Breeze Clock",
    "version": "1.1.6",
    "description": "Breeze Clock",
    "permissions": [
        "notifications",
        "storage",
        "geolocation"
    ],
    "host_permissions": [
        "https:\/\/app.breezeclock.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/breeze_clock16.png",
            "32": "images\/breeze_clock32.png"
        },
        "default_title": "Breeze Clock"
    },
    "icons": {
        "16": "images\/breeze_clock16.png",
        "32": "images\/breeze_clock32.png",
        "48": "images\/breeze_clock48.png",
        "128": "images\/breeze_clock128.png"
    },
    "manifest_version": 3
}