Apploye Time Tracker

#1 Time Tracker App for desk, mobile & remote teams.

Apploye Time Tracker란 무엇입니까?

Apploye Time Tracker은(는) Apploye Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "#1 Time Tracker App for desk, mobile & remote teams."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Apploye Time Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Simply add the Apploye time tracking extension with your chrome browser and start tracking your time based on the projects and tasks. Every timesheet will be stored in your Apploye account. Your data is synced in real-time in the Apploye dashboard from the extension. 

Apploye is an amazing time tracking software that has helped and earned the trust of thousands of companies. The Apploye chrome  timer extension provides simple start and stops timers that can be accessed directly from your browser, allowing for more control over time intervals and time calculations for specific tasks.

It measures the amount of time you spend to complete a project or a task. If you work from home as a freelancer or as a remote employee for your company and are often distracted, this Apploye time tracking chrome extension will be extremely helpful in managing your time properly and generating payroll based on an hourly rate. 


Key Features of Apploye: 

1. Timesheets- daily, weekly, Bi-weekly, Monthly, Custom. 
3. Project and Budgeting
4. Task management. 
5. Payroll
6. Invoice based on the project. 



Sign up to create your Apploye account and access more features like screenshots, manual timesheet, applications used, URLs visited, productivity, and locations for mobile employees through GPS tracking and many more.

To learn more about the Apploye time tracker Chrome extension, visit our support portal: support.apploye.com


Please send an email to [email protected] if you have feedback or issues with the Apploye time tracker extension for chrome.                    

확장 프로그램 기본 정보

이름 Apploye Time Tracker Apploye Time Tracker
ID chdpgihnbjecnplaebiafkecebcdffig
공식 URL https://chromewebstore.google.com/detail/apploye-time-tracker/chdpgihnbjecnplaebiafkecebcdffig
설명 #1 Time Tracker App for desk, mobile & remote teams.
파일 크기 118 KB
설치 횟수 600
현재 버전 0.0.6
최근 업데이트 2022-09-04
출시 날짜 2022-06-04
평점 3.00/5 총 2 개의 평점
개발자 Apploye Inc.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://apploye.com/
도움말 페이지 URL https://apploye.com/help/
개인정보 보호 정책 페이지 URL https://apploye.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Apploye Time Tracker",
    "description": "#1 Time Tracker App for desk, mobile & remote teams.",
    "version": "0.0.6",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "idle",
        "unlimitedStorage",
        "background"
    ],
    "action": {
        "default_popup": "login.html",
        "default_icon": {
            "16": "img\/PNG\/apploye-logo-16.png",
            "32": "img\/PNG\/apploye-logo-32.png",
            "48": "img\/PNG\/apploye-logo-48.png",
            "128": "img\/PNG\/apploye-logo-128.png"
        }
    },
    "icons": {
        "16": "img\/PNG\/apploye-logo-16.png",
        "32": "img\/PNG\/apploye-logo-32.png",
        "48": "img\/PNG\/apploye-logo-48.png",
        "128": "img\/PNG\/apploye-logo-128.png"
    }
}