Pocket Recruiter
Pocket Recruiter reduces the time it takes to screen, source and evaluate candidates.
什么是Pocket Recruiter?
Pocket Recruiter是由https://pocketrecruiter.com开发的Chrome扩展程序,该扩展的主要功能是“Pocket Recruiter reduces the time it takes to screen, source and evaluate candidates.”。
扩展截图
下载Pocket Recruiter扩展crx文件
下载Pocket Recruiter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Improved matching to get more results
Stability Fixes 扩展基本信息
| 名称 | |
| ID | omlbbmjaebechjbflanadgohglkjhjmc |
| 官方URL | https://chromewebstore.google.com/detail/pocket-recruiter/omlbbmjaebechjbflanadgohglkjhjmc |
| 简介 | Pocket Recruiter reduces the time it takes to screen, source and evaluate candidates. |
| 文件大小 | 741 KB |
| 安装次数 | 1,538 |
| 当前版本 | 3.0.15 |
| 更新时间 | 2023-08-28 |
| 上架时间 | 2020-06-01 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://pocketrecruiter.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.pocketrecruiter.com |
| 隐私政策页面URL | https://www.pocketrecruiter.com/privacypolicy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pocket Recruiter ",
"version": "3.0.15",
"manifest_version": 3,
"description": "Pocket Recruiter reduces the time it takes to screen, source and evaluate candidates.",
"icons": {
"16": "images\/pr.favi.icon.png",
"128": "images\/icon.128.png"
},
"default_locale": "en",
"background": {
"service_worker": "bgscripts.js"
},
"permissions": [
"activeTab",
"tabs",
"storage",
"scripting",
"cookies",
"alarms"
],
"host_permissions": [
"*:\/\/*.pocketrecruiter.com\/*",
"*:\/\/*.indeed.com\/*",
"*:\/\/*.seek.com.au\/*",
"*:\/\/*.linkedin.com\/*",
"*:\/\/*.xing.com\/*",
"*:\/\/*.naukrigulf.com\/*",
"*:\/\/*.naukri.com\/*",
"*:\/\/*.localhost\/*"
],
"web_accessible_resources": [
{
"resources": [
"temp\/*",
"scripts\/seek\/contentscripts\/seek.injected.js",
"scripts\/core\/contentscripts\/pagescript.js"
],
"matches": [
"http:\/\/*\/*"
],
"use_dynamic_url": false
}
],
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/*.pocketrecruiter.com\/*"
]
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"content_scripts": [
{
"matches": [
"*:\/\/*.pocketrecruiter.com\/*",
"*:\/\/*.indeed.com\/*",
"*:\/\/*.seek.com.au\/*",
"*:\/\/*.linkedin.com\/*",
"*:\/\/*.localhost\/*",
"*:\/\/*.xing.com\/*",
"*:\/\/*.naukrigulf.com\/*"
],
"js": [
"bower_components\/jquery\/dist\/jquery.js",
"scripts\/core\/contentscripts\/contentscript.js",
"scripts\/seek\/contentscripts\/seek.contentscript.js",
"scripts\/linkedin\/contentscripts\/linkedin.contentscript.js",
"scripts\/indeed\/contentscripts\/indeedcontentscript.js",
"scripts\/xing\/contentscripts\/xing.contentscript.js",
"scripts\/naukrigulf\/contentscripts\/naukrigulf.contentscript.js",
"scripts\/naukri-india\/contentscripts\/naukriindia.contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"action": {
"default_icon": {
"19": "images\/pr.favi.icon.png",
"38": "images\/pr.favi.icon.png"
},
"default_title": "Pocket Recruiter",
"default_popup": "popup.html"
}
} | |