TimeTracker Devops - Target Software
A timetracker application for Azure Devops organizations.
What is TimeTracker Devops - Target Software?
TimeTracker Devops - Target Software is a Chrome extension developed by https://azuretimetracker.com, and its main feature is "A timetracker application for Azure Devops organizations.".
Extension Screenshots
Download TimeTracker Devops - Target Software Extension CRX File
Download TimeTracker Devops - Target Software 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
An extension to track task hours for Azure Devops organizations.
Extension Basic Information
Name | TimeTracker Devops - Target Software |
ID | nidllccenbkgmggkdmogonckmgnkocoa |
Official URL | https://chromewebstore.google.com/detail/timetracker-devops-target/nidllccenbkgmggkdmogonckmgnkocoa |
Description | A timetracker application for Azure Devops organizations. |
File Size | 352 KB |
Installation Count | 55 |
Current Version | 1.2.5 |
Last Updated | 2021-05-25 |
Publish Date | 2020-04-11 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://azuretimetracker.com |
[email protected] | |
Payment Type | free |
Extension Website | https://azuretimetracker.com |
Help Page URL | https://azuretimetracker.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TimeTracker Devops - Target Software", "description": "A timetracker application for Azure Devops organizations.", "version": "1.2.5", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "TimeTracker Devops", "default_popup": "popup\/popup.html" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com https:\/\/target-api.azuretimetracker.com; object-src 'self'" } |