Git Harvest
Provides Harvest time tracking widgets in Gitlab and Github.
Git Harvest क्या है?
Git Harvest andyg5000 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides Harvest time tracking widgets in Gitlab and Github."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Git Harvest एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Provides Harvest time tracking in GitLab and Github issues. Hosted versions are supported out of the box. Self-hosted versions can be added in the extension settings. Source: https://gitlab.com/blueoakinteractive/gitlab-harvest/
एक्सटेंशन की मूल जानकारी
नाम | Git Harvest |
ID | ofbfhaiknhlanbliolbkiidknakaldmo |
आधिकारिक URL | https://chromewebstore.google.com/detail/git-harvest/ofbfhaiknhlanbliolbkiidknakaldmo |
विवरण | Provides Harvest time tracking widgets in Gitlab and Github. |
फ़ाइल का आकार | 369 KB |
स्थापना संख्या | 340 |
वर्तमान संस्करण | 0.0.27 |
अंतिम अपडेट | 2023-06-09 |
प्रकाशन तिथि | 2020-03-22 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | andyg5000 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://gitlab.com/blueoakinteractive/gitlab-harvest/ |
सहायता पृष्ठ URL | https://gitlab.com/blueoakinteractive/gitlab-harvest/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.27", "manifest_version": 2, "description": "__MSG_appDescription__", "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "storage", "*:\/\/*\/*\/*\/issues\/*" ], "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ "frame.html", "scripts\/frame.js", "styles\/frame.css" ], "content_security_policy": "report-uri \/csp_reports; img-src *; object-src 'self'; frame-src https:\/\/*.harvestapp.com; script-src 'self'; style-src 'self'", "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": false } } |