Breeze Clock: GPS Employee Time Tracker

Breeze Clock

O que é Breeze Clock: GPS Employee Time Tracker?

Breeze Clock: GPS Employee Time Tracker é uma extensão do Chrome desenvolvida por https://breezeclock.com, e sua principal característica é "Breeze Clock".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Breeze Clock: GPS Employee Time Tracker

Baixe arquivos de extensão Breeze Clock: GPS Employee Time Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Breeze Clock: GPS Employee Time Tracker Breeze Clock: GPS Employee Time Tracker
ID pjelggmhljlglmanegjlacnjmlbdbckp
URL Oficial https://chromewebstore.google.com/detail/breeze-clock-gps-employee/pjelggmhljlglmanegjlacnjmlbdbckp
Descrição Breeze Clock
Tamanho do Arquivo 34.75 KB
Contagem de Instalações 516
Versão Atual 1.1.6
Última Atualização 2023-08-28
Data de Publicação 2018-10-01
Classificação 4.17/5 Total de 12 Avaliações
Desenvolvedor https://breezeclock.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://breezeclock.com
URL da Página de Ajuda https://breezeclock.com/contact
URL da Página de Política de Privacidade https://breezeclock.com/privacy
Idiomas Suportados 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
}