RecruitEx
Chrome extension for recruiters
What is RecruitEx?
RecruitEx is a Chrome extension developed by Artem Bosniak, and its main feature is "Chrome extension for recruiters".
Extension Screenshots
Download RecruitEx Extension CRX File
Download RecruitEx extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | RecruitEx |
ID | bpepnldejpbbhooofgclkhghkgkjflpi |
Official URL | https://chromewebstore.google.com/detail/recruitex/bpepnldejpbbhooofgclkhghkgkjflpi |
Description | Chrome extension for recruiters |
File Size | 1.8 MB |
Installation Count | 50 |
Current Version | 0.3.2 |
Last Updated | 2022-07-27 |
Publish Date | 2022-02-16 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Artem Bosniak |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [ " |