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文件

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

擴展使用說明

                        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
官方網址 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
}