OctoHR
OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…
OctoHR là gì?
OctoHR là một tiện ích mở rộng Chrome được phát triển bởi https://octohr.info, và tính năng chính của nó là "OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OctoHR
Tải xuống các tệp mở rộng OctoHR dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the new candidates in GitHub.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OctoHR |
ID | beiklbdjdmfkgchmiabjejdlpaoicbef |
URL Chính Thức | https://chromewebstore.google.com/detail/octohr/beiklbdjdmfkgchmiabjejdlpaoicbef |
Mô tả | OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the… |
Kích Thước Tệp | 1.08 MB |
Số Lần Cài Đặt | 12,811 |
Phiên Bản Hiện Tại | 1.6.0 |
Cập Nhật Lần Cuối | 2022-12-09 |
Ngày Phát Hành | 2020-06-22 |
Đánh Giá | 4.11/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | https://octohr.info |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://octohr.info/ |
URL Trang Trợ Giúp | https://github.com/OctoHR/Support |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |