RecruiterExtension
This is a sample extension that works to help recruiting
RecruiterExtension là gì?
RecruiterExtension là một tiện ích mở rộng Chrome được phát triển bởi suket.s16, và tính năng chính của nó là "This is a sample extension that works to help recruiting".
Ả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 RecruiterExtension
Tải xuống các tệp mở rộng RecruiterExtension 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
RecruiterPlus aims to automate the recruiting practice. By integrating with Linkedin XRay, this chrome extension provides high quality and accurate recommendations for people one should reach out to in order to get their next big job. Features - Automatically find potential future connections for a role - Have personalized search results based on your experience - Completely Free
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RecruiterExtension |
ID | gpeeahfkpkinldndkiihnjgpegiccgcc |
URL Chính Thức | https://chromewebstore.google.com/detail/recruiterextension/gpeeahfkpkinldndkiihnjgpegiccgcc |
Mô tả | This is a sample extension that works to help recruiting |
Kích Thước Tệp | 270 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 5.0.4 |
Cập Nhật Lần Cuối | 2023-03-02 |
Ngày Phát Hành | 2023-03-01 |
Nhà Phát Triển | suket.s16 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "This is a sample extension that works to help recruiting", "version": "5.0.4", "manifest_version": 3, "name": "RecruiterExtension", "options_page": "options.html", "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ] } |