Apploye Time Tracker

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

Apploye Time Tracker क्या है?

Apploye Time Tracker Apploye Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "#1 Time Tracker App for desk, mobile & remote teams."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Apploye Time Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}