Timely
This extension will help you to manage your timesheet
What is Timely?
Timely is a Chrome extension developed by umesh.jimmy, and its main feature is "This extension will help you to manage your timesheet".
Extension Screenshots
Download Timely Extension CRX File
Download Timely 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
Chrome Addon for entering your timesheet.
Extension Basic Information
Name | Timely |
ID | neenecgenmecnfnmnofclijkhlofiknm |
Official URL | https://chromewebstore.google.com/detail/timely/neenecgenmecnfnmnofclijkhlofiknm |
Description | This extension will help you to manage your timesheet |
File Size | 843 KB |
Installation Count | 13 |
Current Version | 1.8 |
Last Updated | 2017-10-27 |
Publish Date | 2017-10-27 |
Rating | 5.00/5 Total 7 Ratings |
Developer | umesh.jimmy |
[email protected] | |
Payment Type | free |
Extension Website | https://technrisk.com/timely/ |
Help Page URL | https://technrisk.com/timely/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timely", "description": "This extension will help you to manage your timesheet", "version": "1.8", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon-small.png", "48": "images\/icon-med.png", "128": "images\/icon-large.png" }, "background": { "scripts": [ "js\/background.min.js", "js\/jquery.min.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |