Elorus time tracking

Use your browser to track time effortlessly and boost your productivity.

Elorus time tracking क्या है?

Elorus time tracking https://www.elorus.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use your browser to track time effortlessly and boost your productivity."।

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

screenshot
screenshot
screenshot

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

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

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

                        Elorus will keep all of your timers synchronized; start tracking from the browser, the web or mobile apps and make real time updates via any platform.
Our tracking reminder will make sure you never lose a minute's worth of work!

Get your team on board and gain access to useful insights via the web application.

All you need to get started is a forever free Elorus account.


FEATURES

- Live time tracker
- Time entry logging
- Resume recent tasks
- Team monitoring: See who's doing what in real-time
- View tracking history
- Configurable tracking reminder


INTEGRATIONS

Start the Elorus timer directly from the tools you already use. Currently available integrations:
- Asana
- Jira
- Trello


ABOUT ELORUS
Elorus is a super-easy online invoicing & time tracking software for freelancers and small business owners.

** Save hundreds of hours
Automate daily processes like invoicing, tracking time & expenses. Get paid online and let Elorus follow up with your clients.

** Simplify the way you do business
Send professional invoices within a few seconds. Let your clients access their own private portal; they will love it!

** Boost your productivity
Keep track of your team's time in one place. Monitor your time data by projects, tasks, persons and get the most out of it!                    

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

नाम Elorus time tracking Elorus time tracking
ID lapeaphgjllbegagnpgghnjdclidlanh
आधिकारिक URL https://chromewebstore.google.com/detail/elorus-time-tracking/lapeaphgjllbegagnpgghnjdclidlanh
विवरण Use your browser to track time effortlessly and boost your productivity.
फ़ाइल का आकार 1.54 MB
स्थापना संख्या 842
वर्तमान संस्करण 1.0.22
अंतिम अपडेट 2024-01-12
प्रकाशन तिथि 2020-05-17
रेटिंग 4.00/5 कुल 8 रेटिंग्स
डेवलपर https://www.elorus.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.elorus.com/chrome-firefox-time-tracking/
गोपनीयता नीति पृष्ठ URL https://www.elorus.com/terms-of-use
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Elorus",
    "name": "Elorus time tracking",
    "description": "Use your browser to track time effortlessly and boost your productivity.",
    "author": "Elorus",
    "manifest_version": 2,
    "version": "1.0.22",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/fav-disabled-19x19.png",
            "38": "icons\/fav-disabled-19x19.png"
        },
        "default_popup": "popup.html",
        "default_title": "Elorus time tracking"
    },
    "icons": {
        "128": "icons\/favicon-128x128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "*:\/\/*.elorus.com\/*",
        "*:\/\/app.asana.com\/*",
        "*:\/\/*.atlassian.net\/*",
        "*:\/\/trello.com\/*",
        "alarms",
        "notifications",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "icons\/fav-enabled-38x38.png",
        "static\/media\/*.woff"
    ]
}