Jibble Legacy Tracker
Jibble in & out to get automated timesheets, activity/project tracking, client billing and powerful reporting for your team
Jibble Legacy Tracker क्या है?
Jibble Legacy Tracker https://www.jibble.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Jibble in & out to get automated timesheets, activity/project tracking, client billing and powerful reporting for your team"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Jibble Legacy Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Track time and attendance of your team for client billing, payroll or work productivity. Jibble in when you start work and jibble out when you stop, and get automated timesheets for your entire team. No more time investment at the end of the week or month. Jibbling is more powerful with power-ups! With activity tracking enabled you can access real time data on what everyone is working on and ensure accurate costing of tasks/projects. And if activities are associated with clients you can easily track billable time with the client billing power-up. This Chrome extension makes it even easier for you to Jibble. You can use Jibble for free forever! Please note that this extension only works with the legacy Jibble 1 version. Upgrade to Jibble 2 for more advanced features and a better experience!
एक्सटेंशन की मूल जानकारी
नाम | Jibble Legacy Tracker |
ID | ebgkkbjamcoacabklibmiggnpdlcecoc |
आधिकारिक URL | https://chromewebstore.google.com/detail/jibble-legacy-tracker/ebgkkbjamcoacabklibmiggnpdlcecoc |
विवरण | Jibble in & out to get automated timesheets, activity/project tracking, client billing and powerful reporting for your team |
फ़ाइल का आकार | 1.31 MB |
स्थापना संख्या | 2,118 |
वर्तमान संस्करण | 2.5.1 |
अंतिम अपडेट | 2023-02-08 |
प्रकाशन तिथि | 2020-01-22 |
रेटिंग | 4.63/5 कुल 24 रेटिंग्स |
डेवलपर | https://www.jibble.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.jibble.io |
सहायता पृष्ठ URL | https://help.jibble.io |
गोपनीयता नीति पृष्ठ URL | https://www.jibble.io/privacy |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jibble Legacy Tracker", "short_name": "Jibble", "description": "Jibble in & out to get automated timesheets, activity\/project tracking, client billing and powerful reporting for your team", "version": "2.5.1", "icons": { "16": "statics\/icon16.png", "48": "statics\/icon48.png", "128": "statics\/icon128.png" }, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "statics\/icon16.png", "48": "statics\/icon48.png", "128": "statics\/icon128.png" }, "default_title": "Jibble" }, "content_security_policy": "script-src 'self'; object-src 'self';", "permissions": [ "alarms" ], "background": { "scripts": [ "back\/index.js" ], "persistent": false } } |