GitHub Time Tracking
Add time tracking to the GitHub Issue Tracker with Harvest.
ما هو GitHub Time Tracking؟
GitHub Time Tracking هو إضافة Chrome تم تطويرها بواسطة Klokan Technologies، والميزة الرئيسية لها هي "Add time tracking to the GitHub Issue Tracker with Harvest.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GitHub Time Tracking
قم بتنزيل ملفات الامتداد GitHub Time Tracking بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An one-click time tracking functionality integrated with all Issues or Pull requests in the GitHub system. Usage: - Register the free account at Harvest system: http://try.hrv.st/66lx - Then install this plugin. A new button appears next to the #ticket number - With one click you can start to track the time. The dialog also shows the sum of time already spent by you on this ticket. - Harvest provides great project reports - with links back to the GitHub tickets. - It is also possible to directly create nice looking invoices.
معلومات أساسية عن التمديد
الاسم | |
ID | fgkmkpoadhhloghmnnbodkoikmffafoe |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/github-time-tracking/fgkmkpoadhhloghmnnbodkoikmffafoe |
الوصف | Add time tracking to the GitHub Issue Tracker with Harvest. |
حجم الملف | 167 KB |
عدد التثبيتات | 216 |
النسخة الحالية | 0.7.1 |
آخر تحديث | 2014-06-17 |
تاريخ النشر | 2014-06-17 |
تقييم | 3.60/5 مجموع تقييمات 10 |
المطور | Klokan Technologies |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://try.hrv.st/66lx |
عنوان صفحة المساعدة | http://try.hrv.st/66lx |
عنوان صفحة سياسة الخصوصية | https://www.oldmapsonline.org/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Time Tracking", "version": "0.7.1", "manifest_version": 2, "description": "Add time tracking to the GitHub Issue Tracker with Harvest.", "icons": { "128": "img\/github-time-tracking-128.png", "48": "img\/github-time-tracking-48.png", "16": "img\/github-time-tracker-16.png" }, "background": { "scripts": [ "lib\/background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "data\/index.js" ], "matches": [ "https:\/\/github.com\/*\/issues\/*", "https:\/\/github.com\/*\/pull\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/*.harvestapp.com; object-src 'self'", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/github.com\/*", "https:\/\/*.harvestapp.com\/*", "tabs" ] } |