RecruitEx
Chrome extension for recruiters
RecruitEx là gì?
RecruitEx là một tiện ích mở rộng Chrome được phát triển bởi Artem Bosniak, và tính năng chính của nó là "Chrome extension for recruiters".
Ả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 RecruitEx
Tải xuống các tệp mở rộng RecruitEx 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
RecruitEx is a Chrome extension that helps send templated messages over LinkedIn. You will never type the incorrect name of your possible candidate, as the template would be filled automatically with the name opened in the chat or connects.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RecruitEx |
ID | bpepnldejpbbhooofgclkhghkgkjflpi |
URL Chính Thức | https://chromewebstore.google.com/detail/recruitex/bpepnldejpbbhooofgclkhghkgkjflpi |
Mô tả | Chrome extension for recruiters |
Kích Thước Tệp | 1.8 MB |
Số Lần Cài Đặt | 50 |
Phiên Bản Hiện Tại | 0.3.2 |
Cập Nhật Lần Cuối | 2022-07-27 |
Ngày Phát Hành | 2022-02-16 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Artem Bosniak |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "RecruitEx", "description": "Chrome extension for recruiters", "version": "0.3.2", "action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/linkedin.com\/*", "*:\/\/*.linkedin.com\/*" ], "js": [ "\/js\/content.js" ], "css": [ "\/css\/content.css", "\/uikit.min.css" ] } ], "web_accessible_resources": [ { "resources": [ "\/templatesView.html", "\/shortcutView.html" ], "matches": [ " |