TargetProcess 3 Harvest Time Tracking
Add time tracking to TargetProcess 3 with Harvest.
TargetProcess 3 Harvest Time Tracking क्या है?
TargetProcess 3 Harvest Time Tracking Wayne State University द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add time tracking to TargetProcess 3 with Harvest."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TargetProcess 3 Harvest Time Tracking एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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" ] } |