Git Harvest
Provides Harvest time tracking widgets in Gitlab and Github.
Git Harvestとは何ですか?
Git Harvestはandyg5000によって開発されたChromeの拡張機能で、その主な機能は「Provides Harvest time tracking widgets in Gitlab and Github.」です。
拡張機能のスクリーンショット
Git Harvest拡張機能のCRXファイルをダウンロード
Git Harvest拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } } |