HiveDesk Time Tracker

HiveDesk is a time tracking software to keep track of hours worked. Generate timesheet, bill clients, and pay employees accurately.

HiveDesk Time Tracker क्या है?

HiveDesk Time Tracker hivedesk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "HiveDesk is a time tracking software to keep track of hours worked. Generate timesheet, bill clients, and pay employees accurately."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में HiveDesk Time Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Install HiveDesk Chrome extension to track time from your browser and improve productivity. Use it for accurate employee time tracking, reporting, productivity monitoring, invoicing, and payroll.
The tracker will work across all tabs opened inside Chrome browser. 
You can also install HiveDesk application on your computer to get even more functionality, like screenshots. 
Log in to app.hivedesk.com from your web browser to manage your team, access timesheets and reports. 

FEATURES

•	Automatically track time 
•	Track time for projects
•	Track tasks
•	Monitor idle time 
•	Manage your team
•	Track labor cost

For more information about HiveDesk, visit https://www.hivedesk.com

About HiveDesk:

HiveDesk is an easy-to-use and affordable time management tool for small to mid-sized teams. Use it to track the time your team spends on projects. Analyze team’s productivity with detailed reports about tasks, hours worked, and active/inactive time. 
HiveDesk works on the web, desktop, and mobile. Your data is synced in real time and kept secure on our servers.                    

एक्सटेंशन की मूल जानकारी

नाम HiveDesk Time Tracker HiveDesk Time Tracker
ID bpobgnnjgjhcjihpdgmhddjmpohpmejm
आधिकारिक URL https://chromewebstore.google.com/detail/hivedesk-time-tracker/bpobgnnjgjhcjihpdgmhddjmpohpmejm
विवरण HiveDesk is a time tracking software to keep track of hours worked. Generate timesheet, bill clients, and pay employees accurately.
फ़ाइल का आकार 1.37 MB
स्थापना संख्या 57
वर्तमान संस्करण 1.5
अंतिम अपडेट 2024-03-01
प्रकाशन तिथि 2022-12-27
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर hivedesk
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.hivedesk.com
सहायता पृष्ठ URL https://support.hivedesk.com/portal/en/home
गोपनीयता नीति पृष्ठ URL https://www.hivedesk.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HiveDesk Time Tracker",
    "version": "1.0.6",
    "version_name": "1.5",
    "manifest_version": 3,
    "description": "HiveDesk is a time tracking software to keep track of hours worked. Generate timesheet, bill clients, and pay employees accurately.",
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    },
    "action": {
        "default_popup": "index.html",
        "persistent": true,
        "default_icon": {
            "16": "img\/icon16.png",
            "34": "img\/icon32_lve.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "permissions": [
        "tabs",
        "background",
        "alarms",
        "storage",
        "idle",
        "management"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.asana.com\/*",
                "*:\/\/*.execute-api.us-west-2.amazonaws.com\/*"
            ],
            "js": [
                ".\/js\/service\/af.js",
                ".\/js\/service\/jquery.js",
                ".\/js\/service\/moment.js"
            ],
            "css": [
                ".\/css\/as.css"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "*:\/\/*.execute-api.us-west-2.amazonaws.com\/*"
    ]
}