Redmine Time Tracker
Plugin to track your work time (works with chrome closed) and manage it.
Co to jest Redmine Time Tracker?
Redmine Time Tracker to rozszerzenie Chrome opracowane przez matheusmmcs, a jego główną funkcją jest „Plugin to track your work time (works with chrome closed) and manage it.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Redmine Time Tracker
Pobierz pliki rozszerzeń Redmine Time Tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Redmine Task Timer
Podstawowe informacje o rozszerzeniu
Nazwa | Redmine Time Tracker |
ID | kofohpbnioeihonedeofiompgloghehe |
Oficjalny URL | https://chromewebstore.google.com/detail/redmine-time-tracker/kofohpbnioeihonedeofiompgloghehe |
Opis | Plugin to track your work time (works with chrome closed) and manage it. |
Rozmiar pliku | 265 KB |
Liczba instalacji | 159 |
Aktualna Wersja | 0.2.4 |
Ostatnia Aktualizacja | 2014-07-03 |
Data Publikacji | 2014-07-03 |
Ocena | 3.33/5 Łącznie 15 Oceny |
Deweloper | matheusmmcs |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redmine Time Tracker", "version": "0.2.4", "description": "Plugin to track your work time (works with chrome closed) and manage it.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/jquery.js" ] } ], "permissions": [ "notifications", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "unlimitedStorage" ], "background": { "scripts": [ "js\/jquery.js", "js\/utils.js", "js\/background.js" ] }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png" }, "browser_action": { "default_icon": "images\/icon16.png", "default_title": "RedmineTimeTracker", "default_popup": "templates\/popup.html" }, "web_accessible_resources": [ "js\/jquery.min.map", "js\/jquery.calendario.redmine.js", "css\/calendario-redmine.css", "fonts\/glyphicons-halflings-regular.svg", "fonts\/glyphicons-halflings-regular.eot", "fonts\/glyphicons-halflings-regular.ttf", "fonts\/glyphicons-halflings-regular.woff" ], "manifest_version": 2 } |