TargetProcess 3 Harvest Time Tracking
Add time tracking to TargetProcess 3 with Harvest.
ما هو TargetProcess 3 Harvest Time Tracking؟
TargetProcess 3 Harvest Time Tracking هو إضافة Chrome تم تطويرها بواسطة Wayne State University، والميزة الرئيسية لها هي "Add time tracking to TargetProcess 3 with Harvest.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TargetProcess 3 Harvest Time Tracking
قم بتنزيل ملفات الامتداد TargetProcess 3 Harvest Time Tracking بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allows you to start a timer from within a TargetProcess entity. Brings up the standard overlay and allows you to select the project, task and write your own description if desired. The extension will use the title of the entity to auto populate the description and based on the project name associated with the entity, it will try to match the project. This also allows for deep linking in the time tracked to link directly back to the entity from Harvest.
معلومات أساسية عن التمديد
الاسم | TargetProcess 3 Harvest Time Tracking |
ID | lkkedgoebnekpinhipgelkfbbdjfookh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/targetprocess-3-harvest-t/lkkedgoebnekpinhipgelkfbbdjfookh |
الوصف | Add time tracking to TargetProcess 3 with Harvest. |
حجم الملف | 356 KB |
عدد التثبيتات | 105 |
النسخة الحالية | 0.1.9 |
آخر تحديث | 2021-03-05 |
تاريخ النشر | 2020-01-05 |
تقييم | 4.33/5 مجموع تقييمات 3 |
المطور | Wayne State University |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/nickdenardis/targetprocess-time-tracking |
عنوان صفحة المساعدة | https://github.com/nickdenardis/targetprocess-time-tracking/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TargetProcess 3 Harvest Time Tracking", "version": "0.1.9", "manifest_version": 2, "description": "Add time tracking to TargetProcess 3 with Harvest.", "icons": { "128": "img\/targetprocess-time-tracking-128.png", "48": "img\/targetprocess-time-tracking-48.png", "16": "img\/targetprocess-time-tracker-16.png" }, "background": { "scripts": [ "lib\/background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "data\/index.js" ], "matches": [ "https:\/\/*.tpondemand.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/*.harvestapp.com; object-src 'self'", "permissions": [ "webRequest", "webRequestBlocking" ] } |