Time Worked Tracker for Joomla! CMS
Simple and convenient time tracking. A browser plugin for time tracking that expands TimeWorked 4 Joomla extension.
What is Time Worked Tracker for Joomla! CMS?
Time Worked Tracker for Joomla! CMS is a Chrome extension developed by http://giantleaplab.com, and its main feature is "Simple and convenient time tracking. A browser plugin for time tracking that expands TimeWorked 4 Joomla extension.".
Extension Screenshots
Download Time Worked Tracker for Joomla! CMS Extension CRX File
Download Time Worked Tracker for Joomla! CMS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | bonkfajjmnpmpeaihbnbkpaojbgmlanc |
Official URL | https://chrome.google.com/webstore/detail/time-worked-tracker-for-j/bonkfajjmnpmpeaihbnbkpaojbgmlanc |
Description | Simple and convenient time tracking. A browser plugin for time tracking that expands TimeWorked 4 Joomla extension. |
File Size | 1.16 MB |
Installation Count | 182 |
Current Version | 1.0.1 |
Last Updated | 2017-11-20 |
Publish Date | 2017-11-20 |
Rating | 4.56/5 Total 9 Ratings |
Developer | http://giantleaplab.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.giantleaplab.com/our-software/time-worked-for-joomla-cms |
Help Page URL | http://timeworked4joomla.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Worked Tracker for Joomla! CMS", "description": "Simple and convenient time tracking. A browser plugin for time tracking that expands TimeWorked 4 Joomla extension.", "short_name": "Time Worked", "version": "1.0.1", "browser_action": { "default_popup": "app\/index.html", "default_title": "Time Worked Tracker for Joomla! CMS" }, "icons": { "16": "app\/img\/images\/16.png", "32": "app\/img\/images\/32.png", "128": "app\/img\/images\/128.png" }, "permissions": [ "debugger", "storage", "alarms", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "app\/background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'" } |