OctoHR
OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…
OctoHRとは何ですか?
OctoHRはhttps://octohr.infoによって開発されたChromeの拡張機能で、その主な機能は「OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…」です。
拡張機能のスクリーンショット
OctoHR拡張機能のCRXファイルをダウンロード
OctoHR拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the new candidates in GitHub.
拡張機能の基本情報
名前 | OctoHR |
ID | beiklbdjdmfkgchmiabjejdlpaoicbef |
公式URL | https://chromewebstore.google.com/detail/octohr/beiklbdjdmfkgchmiabjejdlpaoicbef |
説明 | OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the… |
ファイルサイズ | 1.08 MB |
インストール数 | 12,811 |
現在のバージョン | 1.6.0 |
最終更新日 | 2022-12-09 |
公開日 | 2020-06-22 |
評価 | 4.11/5 合計 18 レビュー |
開発者 | https://octohr.info |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://octohr.info/ |
ヘルプページのURL | https://github.com/OctoHR/Support |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OctoHR", "version": "1.6.0", "web_accessible_resources": [ "options\/index.html" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "app\/main.js" ], "run_at": "document_idle", "all_frames": false } ], "permissions": [ "storage", "https:\/\/github.com\/", "https:\/\/api.github.com\/" ], "icons": { "128": "icon128.png" } } |