RecruitEx
Chrome extension for recruiters
什么是RecruitEx?
RecruitEx是由Artem Bosniak开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension for recruiters”。
扩展截图
下载RecruitEx扩展crx文件
下载RecruitEx扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | RecruitEx |
ID | bpepnldejpbbhooofgclkhghkgkjflpi |
官方URL | https://chromewebstore.google.com/detail/recruitex/bpepnldejpbbhooofgclkhghkgkjflpi |
简介 | Chrome extension for recruiters |
文件大小 | 1.8 MB |
安装次数 | 50 |
当前版本 | 0.3.2 |
更新时间 | 2022-07-27 |
上架时间 | 2022-02-16 |
评分 | 5.00/5 共3次评分 |
开发者 | Artem Bosniak |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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": [ " |